From 1746109255d3d4cdde3540f8eb099adddccd2468 Mon Sep 17 00:00:00 2001 From: Christian Breunig Date: Mon, 25 Sep 2023 20:24:09 +0200 Subject: ci/cd: update branch references current -> sagitta --- scripts/list-package-arch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/list-package-arch b/scripts/list-package-arch index 10ac02d3..c9a88654 100755 --- a/scripts/list-package-arch +++ b/scripts/list-package-arch @@ -2,6 +2,6 @@ # Execute this script from the vyos-build top directory # Will generate a list of architectures in each repository for a in $(echo vyos-build; ./scripts/build-packages -l | egrep -e '^ \* ' | sed 's/^ \* //'); do - n=$(curl https://raw.githubusercontent.com/vyos/${a}/current/debian/control 2>/dev/null | grep "Architecture" | tr '\n' ',') + n=$(curl https://raw.githubusercontent.com/vyos/${a}/sagitta/debian/control 2>/dev/null | grep "Architecture" | tr '\n' ',') printf "%-24s %s \n" "${a}" "${n}" done -- cgit v1.2.3