Setup Pman Modules
authorwww-data <www-data@newweb2.(none)>
Tue, 13 Apr 2010 09:46:21 +0000 (17:46 +0800)
committerwww-data <www-data@newweb2.(none)>
Tue, 13 Apr 2010 09:46:21 +0000 (17:46 +0800)
Pman.php [new symlink]
Pman/Admin [new symlink]
Pman/Builder [new symlink]
Pman/Git [new symlink]
Pman/I18N.php [new symlink]
Pman/Images.php [new symlink]
Pman/Login.php [new symlink]
Pman/Roo.php [new symlink]
Pman/templates [new symlink]
update.sh [new file with mode: 0644]

diff --git a/Pman.php b/Pman.php
new file mode 120000 (symlink)
index 0000000..baf4db5
--- /dev/null
+++ b/Pman.php
@@ -0,0 +1 @@
+Pman.Base/Pman.php
\ No newline at end of file
diff --git a/Pman/Admin b/Pman/Admin
new file mode 120000 (symlink)
index 0000000..a09cc8b
--- /dev/null
@@ -0,0 +1 @@
+../Pman.Admin
\ No newline at end of file
diff --git a/Pman/Builder b/Pman/Builder
new file mode 120000 (symlink)
index 0000000..ecc3215
--- /dev/null
@@ -0,0 +1 @@
+../Pman.Builder
\ No newline at end of file
diff --git a/Pman/Git b/Pman/Git
new file mode 120000 (symlink)
index 0000000..849e907
--- /dev/null
+++ b/Pman/Git
@@ -0,0 +1 @@
+../Pman.Git
\ No newline at end of file
diff --git a/Pman/I18N.php b/Pman/I18N.php
new file mode 120000 (symlink)
index 0000000..ea6ac1a
--- /dev/null
@@ -0,0 +1 @@
+../Pman.Base/Pman/I18N.php
\ No newline at end of file
diff --git a/Pman/Images.php b/Pman/Images.php
new file mode 120000 (symlink)
index 0000000..509d4d1
--- /dev/null
@@ -0,0 +1 @@
+../Pman.Base/Pman/Images.php
\ No newline at end of file
diff --git a/Pman/Login.php b/Pman/Login.php
new file mode 120000 (symlink)
index 0000000..3577953
--- /dev/null
@@ -0,0 +1 @@
+../Pman.Base/Pman/Login.php
\ No newline at end of file
diff --git a/Pman/Roo.php b/Pman/Roo.php
new file mode 120000 (symlink)
index 0000000..2fcac77
--- /dev/null
@@ -0,0 +1 @@
+../Pman.Base/Pman/Roo.php
\ No newline at end of file
diff --git a/Pman/templates b/Pman/templates
new file mode 120000 (symlink)
index 0000000..8df4e97
--- /dev/null
@@ -0,0 +1 @@
+../Pman.Base/Pman/templates
\ No newline at end of file
diff --git a/update.sh b/update.sh
new file mode 100644 (file)
index 0000000..ac9250b
--- /dev/null
+++ b/update.sh
@@ -0,0 +1,6 @@
+#!/bin/sh
+git pull
+git submodule init
+git submodule update
+git submodule foreach 'git checkout master'
+git submodule foreach 'git pull'
\ No newline at end of file