Difference between revisions of "Koji Testbed"
From PDP/Grid Wiki
Jump to navigationJump to searchLine 195: | Line 195: | ||
This does not hold true for EPEL branches, which are not inheriting from one another. | This does not hold true for EPEL branches, which are not inheriting from one another. | ||
− | for i in | + | for i in 27 28 ; do |
prev=`expr $i - 1` | prev=`expr $i - 1` | ||
koji add-tag --parent f$prev f$i | koji add-tag --parent f$prev f$i | ||
Line 205: | Line 205: | ||
done | done | ||
koji add-external-repo -t f${i}-build dist-f${i}-base http://mirror.nl.leaseweb.net/fedora/linux/releases/${i}/Everything/\$arch/os/ | koji add-external-repo -t f${i}-build dist-f${i}-base http://mirror.nl.leaseweb.net/fedora/linux/releases/${i}/Everything/\$arch/os/ | ||
− | koji add-external-repo -t f${i}-build dist-f${i}-updates http://mirror.nl.leaseweb.net/fedora/linux/updates/${i}/\$arch/ | + | # '''NOTE''': up to 27, we should leave out the ''Everything'' for the updates |
+ | koji add-external-repo -t f${i}-build dist-f${i}-updates http://mirror.nl.leaseweb.net/fedora/linux/updates/${i}/Everything/\$arch/ | ||
koji add-target f$i f${i}-build f${i}-candidates | koji add-target f$i f${i}-build f${i}-candidates | ||
# '''NOTE''': probably need to add priorities to the parents, e.g. using something like | # '''NOTE''': probably need to add priorities to the parents, e.g. using something like |