diff options
| -rw-r--r-- | README.md | 2 | ||||
| -rwxr-xr-x | build_all.sh | 6 | ||||
| -rw-r--r-- | packages/.gitignore (renamed from repo/.gitignore) | 1 | ||||
| -rw-r--r-- | repo/packages/.gitignore | 1 |
4 files changed, 5 insertions, 5 deletions
@@ -17,4 +17,4 @@ to your /etc/pacman.conf . curl -fL https://keys.openpgp.org/vks/v1/by-fingerprint/43C24AB2392DFB61D7A5E4838B97E42C37978965 | sudo pacman-key --add - sudo pacman-key --finger 43C24AB2392DFB61D7A5E4838B97E42C37978965 sudo pacman-key --lsign-key 43C24AB2392DFB61D7A5E4838B97E42C37978965 -```
\ No newline at end of file +``` diff --git a/build_all.sh b/build_all.sh index dee8dbc..432b10f 100755 --- a/build_all.sh +++ b/build_all.sh @@ -1,8 +1,8 @@ #!/bin/bash -PKGDEST="${PWD}/repo/packages" +PKGDEST="${PWD}/packages" SRCDEST="${PWD}/build" -REPO_DEST="${PWD}/repo/kunoisayami.db.tar.xz" -REPO_PENDING="${PWD}/repo/PENDING" +REPO_DEST="${PWD}/packages/kunoisayami.db.tar.xz" +REPO_PENDING="${PWD}/packages/PENDING" touch "$REPO_PENDING" pushd kunoisayami for folder in */ ; do diff --git a/repo/.gitignore b/packages/.gitignore index b64b963..2f81c25 100644 --- a/repo/.gitignore +++ b/packages/.gitignore @@ -1,3 +1,4 @@ +*.pkg* *.tar* *.sig *.db diff --git a/repo/packages/.gitignore b/repo/packages/.gitignore deleted file mode 100644 index 52726cb..0000000 --- a/repo/packages/.gitignore +++ /dev/null @@ -1 +0,0 @@ -*.pkg* |
