f37 -> f39
[infrastructure.git] / scripts / sfa-3121.sh
1 ### IMPORTANT NOTE
2 # the published repos still need to be indexed with createrepo
3 # see also sfa*.sh in this repo
4
5 ### fedoras
6 # ple-sfa3 still runs fedora20, but we have dismantled the mirror for building on that distro
7 # so for now I will just leave it at that, it's OK wrt md5 & sha
8 # on the midrun it would be a good idea to rebase the VM on e.g. f24 or even f25 if we can build myplc for that
9 # /root/bin/lbuild-nightly.sh -m build@onelab.eu -f f20 -b sfa-3.1-21--f20-64 -B sfa sfa-GITPATH=git://git.onelab.eu/sfa.git@sfa-3.1-21 &
10 #
11 /root/bin/lbuild-nightly.sh -m build@onelab.eu -f f23 -b sfa-3.1-21--f23-64 -B sfa sfa-GITPATH=git://git.onelab.eu/sfa.git@sfa-3.1-21 &
12 /root/bin/lbuild-nightly.sh -m build@onelab.eu -f f24 -b sfa-3.1-21--f24-64 -B sfa sfa-GITPATH=git://git.onelab.eu/sfa.git@sfa-3.1-21 &
13 /root/bin/lbuild-nightly.sh -m build@onelab.eu -f f25 -b sfa-3.1-21--f25-64 -B sfa sfa-GITPATH=git://git.onelab.eu/sfa.git@sfa-3.1-21 &
14
15 ### debians - jessie is debian 8
16 /root/bin/lbuild-nightly.sh -m build@onelab.eu -f jessie  -P develdeb.pkgs -W http://debian.onelab.eu/ -b sfa-3.1.21-jessie-64  -B debian ALL=sfa sfa-GITPATH=git://git.onelab.eu/sfa.git@sfa-3.1-21 &
17
18 ### ubuntus
19 # trusty is 14.04
20 /root/bin/lbuild-nightly.sh -m build@onelab.eu -f trusty  -P develdeb.pkgs -W http://debian.onelab.eu/ -b sfa-3.1.21-trusty-64  -B debian ALL=sfa sfa-GITPATH=git://git.onelab.eu/sfa.git@sfa-3.1-21 &
21 # xenial is 16.04
22 /root/bin/lbuild-nightly.sh -m build@onelab.eu -f xenial  -P develdeb.pkgs -W http://debian.onelab.eu/ -b sfa-3.1.21-xenial-64  -B debian ALL=sfa sfa-GITPATH=git://git.onelab.eu/sfa.git@sfa-3.1-21 &