Skip to content

Commit

Permalink
utils/upload_kalkun_deps_to_ppa.sh: fetch debian repo from new location
Browse files Browse the repository at this point in the history
  • Loading branch information
tenzap committed Sep 18, 2023
1 parent 1df6cc3 commit d37c479
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/upload_kalkun_deps_to_ppa.sh
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ if [ "$repo" = "kalkun" ]; then

# Download only the debian folder from debian salsa servers to be able to build kalkun
# This adds only the debian folder to the branch to be able to build the packages
git remote add debian https://salsa.debian.org/bastif/kalkun.git
git remote add debian https://salsa.debian.org/php-team/pear/kalkun.git
git fetch debian

git checkout -b debian_branch debian/debian/latest
Expand Down

0 comments on commit d37c479

Please sign in to comment.