mirror of
https://github.com/luzifer-docker/arch-repo-builder.git
synced 2024-12-20 17:41:19 +00:00
Also move signatures to the repo
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
f2673d5bd0
commit
8b44a87769
1 changed files with 1 additions and 1 deletions
2
run.sh
2
run.sh
|
@ -40,7 +40,7 @@ if [ -z "${REPODB}" ]; then
|
|||
exit 0
|
||||
fi
|
||||
|
||||
gosu builder mv "${PACKAGE}" /repo
|
||||
gosu builder mv ${PACKAGE}* /repo
|
||||
|
||||
cd /repo
|
||||
gosu builder repo-add ${REPODB} "${PACKAGE}"
|
||||
|
|
Loading…
Reference in a new issue