index : devtools32 | |
Archlinux32 fork of devtools | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-10-14 | makechrootpkg: Avoid running namcap on non-package file like signatures | Pierre Schmitz | |
We only use .xz or .gz compression for pacakges so we can be more specific and avoid a match of e.g. *.pkg.tar.xz.sig etc. | |||
2011-10-07 | Always log builds in makechrootpkg | Allan McRae | |
It is very helpful to always log the build output in makechrootpkg so pass "-L" as a standard option to makepkg. Signed-off-by: Allan McRae <allan@archlinux.org> Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de> | |||
2011-10-07 | makechrootpkg: If chroot is missing, exit instead of usage | Jan Alexander Steffens (heftig) | |
I'm not sure why this was handled differently than the other error conditions. Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de> | |||
2011-10-07 | makechrootpkg: Add option to explicitly run namcap | Jan Alexander Steffens (heftig) | |
Installs namcap if needed, *after* building the package, contrary to the former way of having to have namcap installed, e.g. via makedepends. Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de> | |||
2011-10-07 | makechrootpkg: Source PKGBUILD only once | Jan Alexander Steffens (heftig) | |
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de> | |||
2011-10-07 | makechrootpkg: Use nullglob | Jan Alexander Steffens (heftig) | |
Use nullglob instead of checking for existence. If the glob doesn't match any files, it will be removed instead of staying unexpanded. Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de> | |||
2011-10-07 | makechrootpkg: Always set PKGDEST and SRCDEST | Jan Alexander Steffens (heftig) | |
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de> | |||
2011-10-07 | makechrootpkg: Replace $workdir with . ($PWD) | Jan Alexander Steffens (heftig) | |
$workdir is never used when we change directory, so it's superfluous. Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de> | |||
2011-10-07 | makechrootpkg: Eliminate appname, only used once | Jan Alexander Steffens (heftig) | |
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de> | |||
2011-10-07 | makechrootpkg: Bashify syntax | Jan Alexander Steffens (heftig) | |
No functional change. Eliminates unused variables RUN and FORCE. Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.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> |