first cherrypy skeleton for the onelab sso
[infrastructure.git] / scripts / sfa-1.0-5.sh
index ec855e1..ea59e6d 100755 (executable)
@@ -1,17 +1,19 @@
+### IMPORTANT NOTE
+# looks like after this has run successfully, 
+# the published repos still need to be indexed with createrepo
+# see also liquid:build/sfa/reindex.sh
+
 function liquid () { hostname | grep -q liquid ; }
 function reed () { hostname | grep -q reed ; }
 function velvet () { hostname | grep -q velvet ; }
 
-### we assume the tag in question is mentioned in onelab-k27-tags.mk
-tags="-t onelab-k27-tags.mk"
-tag=sfa-1.0-5
-
-liquid && /root/bin/vbuild-nightly.sh -m build@onelab.eu -d onelab -f f8 -p linux32 -t onelab-k27-tags.mk -b sfa-1.0-5--f8-32 -B sfa 
-liquid && /root/bin/vbuild-nightly.sh -m build@onelab.eu -d onelab -f f8 -p linux64 -t onelab-k27-tags.mk -b sfa-1.0-5--f8-64 -B sfa 
+liquid && /root/bin/vbuild-nightly.sh -m build@onelab.eu -d onelab -f f8 -p linux32 -b sfa-1.0-5--f8-32 -B sfa ALL=sfa sfa-GITPATH=git://git.onelab.eu/sfa.git@sfa-1.0-5
+liquid && /root/bin/vbuild-nightly.sh -m build@onelab.eu -d onelab -f f8 -p linux64 -b sfa-1.0-5--f8-64 -B sfa ALL=sfa sfa-GITPATH=git://git.onelab.eu/sfa.git@sfa-1.0-5
 
-reed && /root/bin/vbuild-nightly.sh -m build@onelab.eu -d onelab -f f12 -p linux32 -t onelab-k27-tags.mk -b sfa-1.0-5--f12-32 -B sfa 
-reed && /root/bin/vbuild-nightly.sh -m build@onelab.eu -d onelab -f f12 -p linux64 -t onelab-k27-tags.mk -b sfa-1.0-5--f12-64 -B sfa 
+reed && /root/bin/vbuild-nightly.sh -m build@onelab.eu -d onelab -f f12 -p linux32 -b sfa-1.0-5--f12-32 -B sfa ALL=sfa sfa-GITPATH=git://git.onelab.eu/sfa.git@sfa-1.0-5
+reed && /root/bin/vbuild-nightly.sh -m build@onelab.eu -d onelab -f f12 -p linux64 -b sfa-1.0-5--f12-64 -B sfa ALL=sfa sfa-GITPATH=git://git.onelab.eu/sfa.git@sfa-1.0-5
 
-velvet && /root/bin/vbuild-nightly.sh -m build@onelab.eu -d onelab -f centos5 -p linux32 -t onelab-k27-tags.mk -b sfa-1.0-5--c5-32 -B sfa 
-velvet && /root/bin/vbuild-nightly.sh -m build@onelab.eu -d onelab -f centos5 -p linux64 -t onelab-k27-tags.mk -b sfa-1.0-5--c5-64 -B sfa 
+# stupid me, we can't run sfa on centos that has a too old python...
+#velvet && /root/bin/vbuild-nightly.sh -m build@onelab.eu -d onelab -f centos5 -p linux32 -b sfa-1.0-5--c5-32 -B sfa ALL=sfa sfa-GITPATH=git://git.onelab.eu/sfa.git@sfa-1.0-5
+#velvet && /root/bin/vbuild-nightly.sh -m build@onelab.eu -d onelab -f centos5 -p linux64 -b sfa-1.0-5--c5-64 -B sfa ALL=sfa sfa-GITPATH=git://git.onelab.eu/sfa.git@sfa-1.0-5