aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2011-04-07 09:23:04 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2011-04-07 09:23:04 +0000
commit1ccc8dfabce2844de5457c77ee983c8db348e872 (patch)
tree914964a8c329d6f96366786e5e618d4c3ded9953 /scripts
parentc280c17edf910b7516172ba9ed599030f4a74a17 (diff)
moving Gem from pure-data/ to pure-data/externals/
there is really no difference between Gem and (e.g.) fftease, why should they live in different directories? svn path=/trunk/; revision=15064
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/checkout-developer-layout.sh4
-rwxr-xr-xscripts/update-developer-layout.sh2
2 files changed, 4 insertions, 2 deletions
diff --git a/scripts/checkout-developer-layout.sh b/scripts/checkout-developer-layout.sh
index 18ad4197..ba05d90c 100755
--- a/scripts/checkout-developer-layout.sh
+++ b/scripts/checkout-developer-layout.sh
@@ -38,10 +38,12 @@ svn checkout $SVNOPTIONS $PDAUTH $URL pure-data
cd pure-data
-for section in Gem videoIO; do
+cd externals
+for section in Gem; do
echo "checking out Gem::${section}"
svn checkout $SVNOPTIONS ${PDAUTH} ${GEMURL}/${section} ${section}
done
+cd ..
# make the symlinks which simulate the files being installed into the packages
diff --git a/scripts/update-developer-layout.sh b/scripts/update-developer-layout.sh
index 2d8297fb..58a684e9 100755
--- a/scripts/update-developer-layout.sh
+++ b/scripts/update-developer-layout.sh
@@ -15,7 +15,7 @@ cd $cvs_root_dir
echo "Running svn update:"
svn update ${SVNOPTIONS}
echo "Running svn update for Gem:"
-for section in Gem abstractions doc externals packages pd scripts; do
+for section in externals/Gem abstractions doc externals packages pd scripts; do
echo "$section"
cd $section
svn update ${SVNOPTIONS}