Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/bin/local-build-package
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2022-06-03 11:57:28 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2022-06-03 11:57:28 +0200
commit348ccba102bdcda923651ece405ccb29ae1af46f (patch)
tree6503b7ec81f2684dfcc55e91abcba7eeb4ca5e41 /bin/local-build-package
parentb8752770452ffea0bf1ce21a8f9bef186ba8fc12 (diff)
parenta2e2eed8f3d9b7b8a2b4149cba69063e6e8ab132 (diff)
Merge branch 'master' of ssh://git.archlinux32.org/builder
Diffstat (limited to 'bin/local-build-package')
-rwxr-xr-xbin/local-build-package4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/local-build-package b/bin/local-build-package
index c6fb029..e0b02dc 100755
--- a/bin/local-build-package
+++ b/bin/local-build-package
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
# build one package to test if modifications are ok (before opening a pull
# request in https://github.com/archlinux32/packages)
@@ -231,7 +231,7 @@ if ${bootstrap}; then
esac
scp -P "${bootstrap_port}" -rC "${tmp_dir}/"*"-${arch}.pkg.tar.zst" "${tmp_dir}/"*"-${arch}.pkg.tar.zst.sig" "${bootstrap_host}:${bootstrap_dir}/${staging_repo}/."
- ssh -p "${bootstrap_port}" "${bootstrap_host}" bash -l -c "'cd ${bootstrap_dir}/${staging_repo} && repo-add -n bootstrap-${staging_repo}.db.tar.gz *-${arch}.pkg.tar.zst'"
+ ssh -o PasswordAuthentication=No -p "${bootstrap_port}" "${bootstrap_host}" bash -l -c "'cd ${bootstrap_dir}/${staging_repo} && repo-add -n bootstrap-${staging_repo}.db.tar.gz *-${arch}.pkg.tar.zst'"
fi
# do not delete build reports, why might actually to want to have a look for things