index : devtools32 | |
Archlinux32 fork of devtools | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-08-08 | Prepare release20130808 | Pierre Schmitz | |
2013-08-08 | Makefile: validate generated files as part of build | Dave Reisner | |
For example... $ make GEN checkpkg GEN commitpkg GEN archco archco: line 179: unexpected EOF while looking for matching `"' archco: line 181: syntax error: unexpected end of file make: *** [archco] Error 2 Signed-off-by: Dave Reisner <dreisner@archlinux.org> Signed-off-by: Pierre Schmitz <pierre@archlinux.de> | |||
2013-05-25 | prepare new release20130525 | Pierre Schmitz | |
2013-05-25 | Move all scripts from sbin to bin directories | Pierre Schmitz | |
2013-05-02 | mkarchroot: Refactor chroot running into a new script | Jan Alexander Steffens (heftig) | |
Separates the two features of mkarchroot. Provides users of the new arch-nspawn with the full feature set of systemd-nspawn. For example, this can be used to bind custom directories into the chroot. | |||
2013-04-08 | Prepare release20130408 | Pierre Schmitz | |
2013-04-06 | Prepare release20130406 | Pierre Schmitz | |
2013-01-27 | Fix crossrepomove for use on nymeria20130127 | Pierre Schmitz | |
2013-01-22 | archbuild: fix default build flags20130122 | Pierre Schmitz | |
2013-01-20 | Use nymeria instead of gerolde20130120 | Pierre Schmitz | |
2012-11-15 | prepare release20121115 | Pierre Schmitz | |
2012-11-12 | prepare release20121112 | Pierre Schmitz | |
2012-11-11 | For now only packages and svn from sigurd will be moved to nymeria | Pierre Schmitz | |
2012-11-03 | prepare release20121103 | Pierre Schmitz | |
2012-11-03 | Use nymeria.archlinux.org as shared host for developers and trusted users | Pierre Schmitz | |
2012-10-27 | Prepare release20121027 | Pierre Schmitz | |
2012-10-13 | prepare release20121013 | Pierre Schmitz | |
2012-10-04 | prepare release20121004 | Pierre Schmitz | |
2012-10-03 | prepare release20121003 | Pierre Schmitz | |
2012-07-20 | prepare release20120720 | Pierre Schmitz | |
2012-06-25 | Fix bash completions | Eric Bélanger | |
With bash-completion 2.0, the completion must have the same name as the binary. Signed-off-by: Eric Bélanger <snowmaniscool@gmail.com> Signed-off-by: Pierre Schmitz <pierre@archlinux.de> | |||
2012-06-16 | prepare release20120616 | Pierre Schmitz | |
2012-06-12 | prepare release20120612 | Pierre Schmitz | |
2012-06-11 | prepare release20120611 | Pierre Schmitz | |
2012-03-21 | Move bash_completion to /usr/share/bash-completion/completions/ | Pierre Schmitz | |
2012-03-05 | Prepare release20120305 | Pierre Schmitz | |
2012-03-05 | Add script to move packages between [extra] and [community] | Pierre Schmitz | |
2012-02-15 | prepare release20120215 | Pierre Schmitz | |
2012-02-06 | prepare release20120206 | Pierre Schmitz | |
2012-01-18 | Set correct pacman.conf20120119 | Pierre Schmitz | |
Commit ee4edefa2f12372adb4793c0dd6420fc76911ae4 reverted too much and left pacman.conf unset | |||
2012-01-18 | Remove any pacman 4 related workarounds20120118 | Pierre Schmitz | |
2012-01-14 | prepare release20120114 | Pierre Schmitz | |
2012-01-14 | Add support for multilib-staging | Pierre Schmitz | |
2011-12-20 | prepare release20111220 | Pierre Schmitz | |
2011-12-04 | Makefile: Remove output files before replacing them | Lukas Fleischer | |
This one fixes all the "Permission denied" errors we got when invoking make(1) after modifying a source file and removes the need to delete the generated scripts manually. Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de> Signed-off-by: Pierre Schmitz <pierre@archlinux.de> | |||
2011-12-04 | Add support for kde-unstable and gnome-unstable | Pierre Schmitz | |
2011-11-11 | prepare release20111111 | Pierre Schmitz | |
2011-11-06 | prepare release20111106 | Pierre Schmitz | |
2011-11-04 | Makefile: Add common library to build dependencies | Lukas Fleischer | |
Add "lib/common.sh" to the build dependencies of our scripts to ensure everything gets rebuilt when we modify a common function. Also, add "Makefile" itself to enforce a rebuild if the edit command changes. Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de> Signed-off-by: Pierre Schmitz <pierre@archlinux.de> | |||
2011-11-01 | Change version to date20111101 | Pierre Schmitz | |
2011-11-01 | Move common functions to a shared file | Pierre Schmitz | |
* common.sh is included on build time * most functions are copied from makepkg | |||
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-31 | Create signature for devtools source package | Pierre Schmitz | |
2011-10-29 | prepare release0.9.30 | Pierre Schmitz | |
2011-10-14 | prepare release0.9.29 | Pierre Schmitz | |
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> |