Bioconductor / packagebuilder

5 stars 7 forks source link

Scripts are named for a specific host #3

Closed b-long closed 8 years ago

b-long commented 9 years ago

Example :

morelia:packagebuilder pkgbuild$ whoami && pwd
pkgbuild
/Users/pkgbuild/packagebuilder
morelia:packagebuilder pkgbuild$ diff oaxaca.sh morelia.sh 
7c7
< pushd /Users/biocbuild/BBS/$2/bioc/oaxaca

---
> pushd /Users/biocbuild/BBS/$2/bioc/morelia
13d12
< export BBS_HOME="/Users/biocbuild/BBS"
19a19
> #"/Users/pkgbuild/python/bin/python"
24a25
>  
\ No newline at end of file
b-long commented 8 years ago

The example above may be confusing. The code referenced lives in the SPB, but is touching parts of the BBS. This commit (https://github.com/b-long/packagebuilder/commit/8ab8e175f7570073423475ed73d5f9bcfd408900), assuming it's merged addresses one such execution of a script named, for example, zin2.sh or moscato2.bat.