arch-repo-manager/librepomgr/buildactions
Martchus 1c75e8f957 Allow signing packages manually after the build
Simply adding `--sign` to the `makepkg` flags doesn't work because it would
require setting up GPG within the chroot environment (of `makechrootpkg`).

When debugging it is anyways annoying that `makepkg` sends the `gpg` output
to `/dev/null`. This way the logs are preserved.
2021-03-14 21:53:51 +01:00
..
buildaction.cpp Log process IDs of started sub processes 2021-02-08 23:54:02 +01:00
buildaction.h Fix locks for global resources by implementing a mutex not tied to a thread 2021-02-26 01:39:21 +01:00
buildactionfwd.h Initial import 2021-02-08 23:53:56 +01:00
buildactionlivestreaming.cpp Allow registration of multiple data handlers 2021-03-06 16:44:42 +01:00
buildactionmeta.cpp Allow signing packages manually after the build 2021-03-14 21:53:51 +01:00
buildactionmeta.h Allow signing packages manually after the build 2021-03-14 21:53:51 +01:00
buildactionprivate.h Allow signing packages manually after the build 2021-03-14 21:53:51 +01:00
buildactiontemplate.cpp Initial import 2021-02-08 23:53:56 +01:00
buildactiontemplate.h Initial import 2021-02-08 23:53:56 +01:00
conductbuild.cpp Allow signing packages manually after the build 2021-03-14 21:53:51 +01:00
customcommand.cpp Log lock acquisitions/releases 2021-02-25 22:12:56 +01:00
makelicenseinfo.cpp Initial import 2021-02-08 23:53:56 +01:00
preparebuild.cpp Initial import 2021-02-08 23:53:56 +01:00
reloadconfiguration.cpp Initial import 2021-02-08 23:53:56 +01:00
reloaddatabase.cpp Log lock acquisitions/releases 2021-02-25 22:12:56 +01:00
reloadlibrarydependencies.cpp Initial import 2021-02-08 23:53:56 +01:00
repomanagement.cpp Handle signature file when adding/removing/moving/checking/cleaning packages 2021-03-14 01:53:40 +01:00
subprocess.h Initial import 2021-02-08 23:53:56 +01:00
subprocessfwd.h Initial import 2021-02-08 23:53:56 +01:00
updatecheck.cpp Allow considering the regular package when checking for updates 2021-02-08 23:54:03 +01:00