index : devtools32 | |
Archlinux32 fork of devtools | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-02-10 | offload-build: convert to in-prog so we can perform pre-processing | Levente Polyak | |
2019-11-30 | makerepropkg: add new program to try to reproducibly build a package | Eli Schwartz | |
This attempts to recreate a package that was probably created using makechrootpkg, and see if it conforms to the https://reproducible-builds.org/ specification. Signed-off-by: Eli Schwartz <eschwartz@archlinux.org> | |||
2019-09-28 | zsh_completion: add sogrep completions | Levente Polyak | |
Transform sogrep into an in-prog so we can benefit from the m4 macro to specify valid repos in a single place of truth. Signed-off-by: Levente Polyak <anthraxx@archlinux.org> | |||
2019-03-28 | sogrep: don't be templated when it is not templated | Eli Schwartz via arch-projects | |
Partition the Makefile targets to only clean configured files, and make the configured files be a subset of the bin programs. Signed-off-by: Eli Schwartz <eschwartz@archlinux.org> | |||
2019-03-17 | sogrep: remove duplicate sogrep | Jelle van der Waa | |
The rename of sogrep to sogrep.in failed to remove sogrep and adding it to .gitignore. Signed-off-by: Jelle van der Waa <jelle@archlinux.org> | |||
2019-02-24 | remove arch rm as it's not really useful | Jelle van der Waa | |
archrm is a not much more fancy rm -rf and therefore not really useful to ship. | |||
2018-09-09 | doc: Add lddd man page | Jelle van der Waa | |
2013-05-25 | Update .gitignore | Jan Alexander Steffens (heftig) | |
2012-10-13 | prepare release20121013 | Pierre Schmitz | |
2012-03-05 | Add script to move packages between [extra] and [community] | Pierre Schmitz | |
2011-10-31 | add libdepends script | Florian Pritz | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> 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> | |||
2010-02-13 | add dist target to Makefile0.9.2 | Pierre Schmitz | |
2010-02-13 | add common gitignore file | Pierre Schmitz | |