This commit is contained in:
Daniel Langbein 2021-04-29 12:17:48 +02:00
parent 292f79edcf
commit f9433e695b
2 changed files with 6 additions and 2 deletions

7
.gitignore vendored
View File

@ -1,7 +1,10 @@
/.idea/ /.idea/
/pkg/*/pkg/ /pkg/*/pkg/
/pkg/*/src/ /pkg/*/src/
/pkg/*/arch-pkg/ /pkg/*/arch/
/pkg/*/*-any.pkg.tar.zst /pkg/*/*-any.pkg.tar.zst
/pkg/*/*-package.log /pkg/*/*-package.log
/archlive/ /pkg/*/*-x86_64-build.log
/archlive/

View File

@ -27,6 +27,7 @@ build() {
cp duraconf/configs/gnupg/gpg.conf "${_reponame}/pkg/${pkgname}/gpg.conf.template" cp duraconf/configs/gnupg/gpg.conf "${_reponame}/pkg/${pkgname}/gpg.conf.template"
cd "${_reponame}/pkg/${pkgname}" cd "${_reponame}/pkg/${pkgname}"
# gpg.conf.template -> gpg.conf
./generate-gpg-conf.sh ./generate-gpg-conf.sh
} }