]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-build.git/commitdiff
sync-pull: Update possible distro combos
authorDavid Galloway <dgallowa@redhat.com>
Fri, 26 Aug 2022 17:34:24 +0000 (13:34 -0400)
committerDavid Galloway <dgallowa@redhat.com>
Fri, 26 Aug 2022 17:34:24 +0000 (13:34 -0400)
Removed EOL releases

Signed-off-by: David Galloway <dgallowa@redhat.com>
scripts/sync-pull

index 6056b6c13922d60f3041eeccddfe440a15254c41..520defae05f7b9f75c0579e179f7e4ce4f3cedf9 100644 (file)
@@ -14,7 +14,7 @@ echo "********************************************"
 
 # This ugly loop check all possible DEB combinations to see which repo has the most packages since that's likely the repo you want to sync.
 current_highest_count=0
-for combo in debian/jessie debian/stretch debian/buster debian/bullseye ubuntu/trusty ubuntu/xenial ubuntu/bionic; do
+for combo in debian/bullseye ubuntu/bionic ubuntu/focal ubuntu/jammy; do
   combo_count=$(curl -s https://chacra.ceph.com/r/$project/$release/$sha1/${combo}/flavors/default/pool/main/c/ceph/ | wc -l)
   if [ $combo_count -gt $current_highest_count ]; then
     current_highest_count=$combo_count