index : devtools32 | |
Archlinux32 fork of devtools | gitolite user |
summaryrefslogtreecommitdiff |
author | Levente Polyak <anthraxx@archlinux.org> | 2022-09-12 19:55:03 +0200 |
---|---|---|
committer | Levente Polyak <anthraxx@archlinux.org> | 2023-05-19 22:27:12 +0200 |
commit | 6aa42e1f6e913fd8706bd809f784f6c492762a20 (patch) | |
tree | f1f088a03d6f17531c870abc313d4d4a3994dfc1 /src/commitpkg.in | |
parent | 30616c4fdea37dda26c33d4f94052b99dba2401d (diff) |
-rw-r--r-- | src/commitpkg.in | 6 |
diff --git a/src/commitpkg.in b/src/commitpkg.in index 0c65658..7b6e904 100644 --- a/src/commitpkg.in +++ b/src/commitpkg.in @@ -119,6 +119,8 @@ if (( ${#needsversioning[*]} )); then done fi + +server=${PACKAGING_REPO_RELEASE_HOST} rsyncopts=(-e ssh -p '--chmod=ug=rw,o=r' -c -h -L --progress --partial -y) archreleaseopts=() while getopts ':l:a:s:f' flag; do @@ -155,10 +157,6 @@ done # check for PKGBUILD standards check_pkgbuild_validity -if [[ -z $server ]]; then - server='repos.archlinux.org' -fi - if [[ -n $(git status --short --untracked-files=no) ]]; then stat_busy 'Staging files' for f in $(git ls-files --modified); do |