forked from artix/artools
Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
0a80e2b4e1 | |||
4679c59de0 | |||
f308217f62 |
@@ -26,9 +26,10 @@ if [ ! -e "$1" ]; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
msg2 "Signing [%s] with key %s" "${file_to_sign##*/}" "${GPGKEY}..."
|
||||
if [[ -n "${BUILDBOT_GPGP}" ]]; then
|
||||
msg2 "Signing [%s]" "${file_to_sign##*/}"
|
||||
gpg --batch --passphrase "${BUILDBOT_GPGP}" --detach-sign "$file_to_sign"
|
||||
else
|
||||
msg2 "Signing [%s] with key %s" "${file_to_sign##*/}" "${GPGKEY}..."
|
||||
gpg --detach-sign --use-agent -u "${GPGKEY}" "$file_to_sign"
|
||||
fi
|
||||
|
@@ -17,7 +17,7 @@
|
||||
|
||||
# HOST_TREE_ARTIX='gitea@gitea.artixlinux.org:artix'
|
||||
|
||||
# HOST_TREE_ARCH=git://projects.archlinux.org/svntogit
|
||||
# HOST_TREE_ARCH=git://git.archlinux.org/svntogit
|
||||
|
||||
# default repos root
|
||||
# REPOS_ROOT=${WORKSPACE_DIR}/repos
|
||||
|
@@ -78,7 +78,7 @@ init_artools_pkg(){
|
||||
|
||||
TREE_DIR_ARCH=${TREE_DIR_ARCH:-"${WORKSPACE_DIR}/archlinux"}
|
||||
|
||||
HOST_TREE_ARCH=${HOST_TREE_ARCH:-'git://projects.archlinux.org/svntogit'}
|
||||
HOST_TREE_ARCH=${HOST_TREE_ARCH:-'git://git.archlinux.org/svntogit'}
|
||||
|
||||
CHROOTS_PKG="${CHROOTS_DIR}/buildpkg"
|
||||
|
||||
|
Reference in New Issue
Block a user