diff options
-rwxr-xr-x | debug/build.sh (renamed from build.sh) | 2 | ||||
-rwxr-xr-x | debug/manage_repository.sh (renamed from manage_repository.sh) | 6 | ||||
-rwxr-xr-x | debug/testrun.sh (renamed from testrun.sh) | 0 |
3 files changed, 4 insertions, 4 deletions
diff --git a/build.sh b/debug/build.sh index 0d6ecd4..f9fef13 100755 --- a/build.sh +++ b/debug/build.sh @@ -5,5 +5,5 @@ DOCKER=podman #podman image prune $DOCKER pull archlinux:base-devel -$DOCKER build --no-cache -t aurbuilder container/ +$DOCKER build --no-cache -t aurbuilder ../container/ #$DOCKER build -t aurbuilder docker/ diff --git a/manage_repository.sh b/debug/manage_repository.sh index 395c263..5f0f01b 100755 --- a/manage_repository.sh +++ b/debug/manage_repository.sh @@ -2,10 +2,10 @@ # https://wiki.archlinux.org/title/Pacman/Tips_and_tricks#Custom_local_repository OUTDIR="testrun/db/" -PKGDIR="testrun/db/" +PKGDIR="testrun/pkgout/" mkdir -p "$OUTDIR" -repo-add -n "$OUTDIR/repo.db.tar.gz" "$PKGDIR/pkgout/*.pkg.*" +repo-add -p -R "$OUTDIR/repo.db.tar.gz" "$PKGDIR/"*.pkg.* -rm "$OUTDIR/*.old" +rm "$OUTDIR/"*.old diff --git a/testrun.sh b/debug/testrun.sh index 2329cf5..2329cf5 100755 --- a/testrun.sh +++ b/debug/testrun.sh |