change repo name
Some checks failed
/ lint (pull_request) Successful in 25s
/ deploy-edge (pull_request) Has been skipped
/ build-edge (pull_request) Failing after 29s

This commit is contained in:
Antoine Martin 2024-08-16 00:35:42 -04:00
parent 408bce4abe
commit 6781a6cb96
Signed by: forge
GPG key ID: D62A472A4AA7D541

View file

@ -113,8 +113,8 @@ index c3b8f7a..b3c222e
+for pkgname in $changed_aports_to_build; do
+ section_start "build_$pkgname" "Building package $pkgname"
+ built_aports=$((built_aports+1))
+ if check_aport qubes-aports "$pkgname"; then
+ build_aport qubes-aports "$pkgname"
+ if check_aport qports "$pkgname"; then
+ build_aport qports "$pkgname"
fi
+ section_end "build_$pkgname"
done