Compare commits

..

2 Commits

Author SHA1 Message Date
Dustin 683ac6e576 authorized_keys: Fix option syntax
infra/dch-autoprovision/pipeline/head This commit looks good Details
> `bad key options: missing start quote`
2025-08-14 14:14:56 -05:00
Dustin c88b4c42e8 wip: ci: Add Jenkins build pipeline
infra/dch-autoprovision/pipeline/head This commit looks good Details
2025-08-14 08:35:08 -05:00
4 changed files with 2 additions and 13 deletions

View File

@ -17,7 +17,7 @@ define rpmbuild
-D '_sourcedir %_topdir' \
-D '_specdir %_topdir' \
-D '_srcrpmdir %_topdir' \
$(RPMBUILD_ARGS)
endef
rpm: $(O)/$(ARCH)/$(RPM)

View File

@ -3,4 +3,4 @@
install -o 1000 -g 1000 -d f${FEDORA}
setpriv --reuid 1000 --regid 1000 --keep-groups \
make O=f${FEDORA} RPMBUILD_ARGS="-D '_rpmautospec_release_number ${BUILD_NUMBER}'" srpm rpm
make O=f${FEDORA} srpm rpm

View File

@ -6,7 +6,6 @@ make
openssh-clients
rpm-build
rpm-sign
rpmautospec
rsync
systemd-rpm-macros
EOF

View File

@ -9,15 +9,5 @@ if [ -r "${fw_cfg}" ]; then
set -- "$@" -F branch="$(cat "${fw_cfg}")"
fi
set -- "$(cat /proc/cmdline)"
while [ $# -gt 0 ]; do
case "$1" in
dch.cfg-branch=*)
set -- "$@" -F branch="${1#*=}"
;;
esac
shift
done
cat /etc/ssh/ssh_host_*_key.pub \
| curl -fsS https://webhooks.pyrocufflink.blue/host/online "$@"