]> git.donarmstrong.com Git - neurodebian.git/commitdiff
Adjust path for new location of tools.
authorMichael Hanke <michael.hanke@gmail.com>
Thu, 3 Sep 2009 15:07:11 +0000 (11:07 -0400)
committerMichael Hanke <michael.hanke@gmail.com>
Thu, 3 Sep 2009 15:07:11 +0000 (11:07 -0400)
tools/nd_adddist
tools/nd_build
tools/nd_cmdsettings.sh
tools/nd_gitbuild
tools/nd_updatedist

index f0d8f6f53b7d2fa85c7f32735962ffcd9b6bb614..9699dd89c5eaf296ce8f534e50ae45b8d53a969b 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-. /home/cowbuilder/bin/nd_cmdsettings.sh
+. /home/cowbuilder/neurodebian.git/tools/nd_cmdsettings.sh
 
 # common options
 opts="--distribution $dist --debootstrap debootstrap --aptcache $aptcache"
index 6bd6d88a2ffae9b59e54bda18caa994be5f49134..549e24df9915600443db667afb16566bb111999d 100755 (executable)
@@ -31,7 +31,7 @@ EOT
 exit 1
 fi
 
-. /home/cowbuilder/bin/nd_cmdsettings.sh
+. /home/cowbuilder/neurodebian.git/tools/nd_cmdsettings.sh
 
 # common options
 opts="--distribution $dist --aptcache $aptcache --buildplace $buildplace"
index 9fe51fa6f46bfb6cb803718d0d574698a9fb2a15..d34ade1b4f9e93b5e1df9dc4d6573c69a97333cd 100755 (executable)
@@ -1,6 +1,8 @@
 family=$1
 dist=$2
 
+set -e
+
 if [ -z "$family" ]; then
   echo "You need to provide a distribution family ('debian', 'ubuntu'); prefix with 'nd+' to enable the NeuroDebian repository."
   exit 1
index f891e5f941fe42004b17765e2495b78dae39f743..a80af0774d6c9e8e7fd2e46942f932c30f22dcf7 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-. /home/cowbuilder/bin/nd_cmdsettings.sh
+. /home/cowbuilder/neurodebian.git/tools/nd_cmdsettings.sh
 
 # common options
 opts="--distribution $dist --aptcache $aptcache --buildplace $buildplace"
index fc2deddca8b49c2cdf007eb33a22e3067195d81a..81f511fe8ec203c120be222b3e435cbb2a856b31 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-. /home/cowbuilder/bin/nd_cmdsettings.sh
+. /home/cowbuilder/neurodebian.git/tools/nd_cmdsettings.sh
 
 # common options
 opts="--distribution $dist --aptcache $aptcache --buildplace $buildplace"