index : devtools32 | |
Archlinux32 fork of devtools | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-10-14 | prepare release0.9.28 | Pierre Schmitz | |
2011-10-07 | Makefile: Add a cleanup target | Lukas Fleischer | |
Allows for using `make clean` to remove any output files generated by make(1). 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> | |||
2011-08-25 | prepare release0.9.27 | Pierre Schmitz | |
2011-08-25 | Add ZSH completion | Lukas Fleischer | |
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de> Signed-off-by: Pierre Schmitz <pierre@archlinux.de> | |||
2011-08-14 | prepare release0.9.26 | Pierre Schmitz | |
2011-08-14 | prepare release0.9.25 | Pierre Schmitz | |
2011-08-13 | prepare release0.9.24 | Pierre Schmitz | |
2011-08-13 | Makefile: Add PREFIX support | Lukas Fleischer | |
Default to "/usr/local" which should be used if you want to build devtools from sources and install without using a package manager. Use `make PREFIX=/usr install` to install to "/usr" instead. Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de> Signed-off-by: Pierre Schmitz <pierre@archlinux.de> | |||
2011-08-13 | Remove communityco on uninstall | Pierre Schmitz | |
2011-08-13 | merge archco and communityco | Florian Pritz | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> delete mode 100755 communityco Signed-off-by: Pierre Schmitz <pierre@archlinux.de> | |||
2011-05-18 | prepare release0.9.23 | Pierre Schmitz | |
2011-04-29 | prepare release0.9.22 | Pierre Schmitz | |
2011-04-29 | Added bash_completion file | Eric Bélanger | |
Signed-off-by: Eric Bélanger <snowmaniscool@gmail.com> Signed-off-by: Pierre Schmitz <pierre@archlinux.de> | |||
2011-04-11 | prepare release0.9.21 | Pierre Schmitz | |
2011-04-09 | prepare release0.9.20 | Pierre Schmitz | |
2011-03-28 | prepare release0.9.19 | Pierre Schmitz | |
2011-03-26 | prepare release0.9.18 | Pierre Schmitz | |
2011-03-18 | Use variables in Makefile instead of hardcoding stuff in every target. | Lukas Fleischer | |
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de> | |||
2011-03-18 | Add ".PHONY" target to Makefile. | Lukas Fleischer | |
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de> | |||
2011-01-08 | prepare release0.9.17 | Pierre Schmitz | |
2011-01-06 | prepare release | Pierre Schmitz | |
2010-12-12 | prepare release0.9.15 | Pierre Schmitz | |
2010-12-02 | prepare release0.9.14 | Pierre Schmitz | |
2010-11-22 | bugfix release0.9.13 | Pierre Schmitz | |
2010-11-18 | prepare release0.9.12 | Pierre Schmitz | |
2010-10-17 | prepare release0.9.11 | Pierre Schmitz | |
2010-09-11 | ad support for multilib-testing | Pierre Schmitz | |
2010-09-06 | repare release0.9.10 | Pierre Schmitz | |
2010-09-01 | add support for community-staging repository | Pierre Schmitz | |
2010-08-22 | add makepkg.conf for [multilib] | Pierre Schmitz | |
2010-08-22 | add initial [multilib] support | Pierre Schmitz | |
2010-08-20 | prepare release0.9.9 | Pierre Schmitz | |
2010-08-20 | Add archbuild helper script to create and build in chroots | Pierre Schmitz | |
This will create chroots on demand if needed. | |||
2010-08-17 | add default config files for makepkg and pacman | Pierre Schmitz | |
2010-08-17 | tagging 0.9.80.9.8 | Pierre Schmitz | |
2010-08-17 | add [staging] repository | Pierre Schmitz | |
2010-06-28 | prepare 0.9.7 release0.9.7 | Pierre Schmitz | |
2010-05-02 | set version in Makefile0.9.6 | Pierre Schmitz | |
2010-02-13 | add dist target to Makefile0.9.2 | Pierre Schmitz | |
2009-09-18 | Remove refs to commitpkg2any in Makefile | Francois Charette | |
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com> | |||
2009-09-18 | Fixed Makefile to install/uninstall new cmds | Eric Bélanger | |
communityco, commitpkg2any and rebuildpkgs Signed-off-by: Eric Bélanger <snowmaniscool@gmail.com> Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com> | |||
2009-09-18 | Add support for community-testing repo | Daniel J Griffiths | |
[Aaron: Added Makefile entries] Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com> | |||
2009-04-04 | commitpkg: rework for new community layout | Dan McGee | |
Remove the community-specific code that calls tupkg. Make the server variable a bit more dependent on what repo we are uploading to in order to get community working, and finally create the correct symlinks for communitypkg in the Makefile. Note that this change will require the Arch devtools package to get a replace entry for aurtools. Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2009-04-03 | Makefile cleanups | Dan McGee | |
Don't link commitpkg to itself, and remove the unstablepkg symlinks. Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2009-03-03 | Rename extrapkg to commitpkg | Aaron Griffin | |
Also allow for uploads to any user-specified repo name Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com> | |||
2008-04-05 | Add arch{co,release,rm} to devtools and make them install properly | Jason Chu | |
2007-11-28 | Force symlink creation in the install target | Aaron Griffin | |
Allows us to run 'make install' even if the symlinks exist (helpful for testing locally) Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com> | |||
2007-11-28 | Add finddeps script from cvs-arch | Aaron Griffin | |
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com> | |||
2007-11-28 | Add lddd script from cvs-arch | Aaron Griffin | |
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com> |