Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-10-31 | commitpkg: Require signatures for packages | Pierre Schmitz | |
2011-10-31 | commitpkg: Check signature if available | Pierre Schmitz | |
2011-10-31 | commitpkg: Skip signing if signature already exists | Pierre Schmitz | |
2011-10-29 | commitpkg: Sync changelog/install check with makepkg(8) | Lukas Fleischer | |
makepkg(8) currently uses a smarter method to extract all changelog and install files from a PKGBUILD. Sync commitpkg to use the same code (with small modifications). This also adds support for changelog/install files that contain a whitespace. Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de> Signed-off-by: Pierre Schmitz <pierre@archlinux.de> | |||
2011-10-07 | Support non-standard install locations | Lukas Fleischer | |
This build system overhaul allows for adding (define-style) macros to our scripts. All source files are now suffixed with ".in" to clarify that they might contain unprocessed defines. The Makefile provides a new rule to preprocess source files and generate proper output scripts. Also, add a "@pkgdatadir@" define (as used in GNU Autotools) and use it instead of hardcoded paths to "/usr/share/devtools" everywhere. We missed this when adding PREFIX support to the build system in commit 35fc83ce7d8dc26cd424321f2e8638d05da0a6d4. Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de> |