index : devtools32 | |
Archlinux32 fork of devtools | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-07-05 | Add `# shellcheck` directives to quiet shellcheck, add PKGBUILD.proto | Luke Shumaker | |
The added PKGBUILD.proto file is so that shellcheck can know know what to expect that a PKGBUILD sets. | |||
2017-07-05 | Makefile: Add a simple 'check' target that runs shellcheck | Luke Shumaker | |
2017-07-05 | Makefile: m4_changequote([[[, ]]]) to avoid accidental quoting. | Luke Shumaker | |
The default m4 quote characters: `QUOTE' are troublesome, because ` is fairly likely to pop up in a shell script (if not for a subshell, because it is a useful character in comments and user-facing messages). So, this changes it to [[[QUOTE]]], as it is unlikely to see three braces together like that, let alone in unbalanced sets. | |||
2017-07-05 | Makefile: add .DELETE_ON_ERROR: | Luke Shumaker | |
The absence of it was allowing an (m4-produced) syntax error in in a change I had made to be masked. | |||
2017-03-20 | Version 2017032020170320 | Jan Alexander Steffens (heftig) | |
2017-03-04 | Version 2017030420170304 | Jan Alexander Steffens (heftig) | |
2016-05-28 | Version 2016052820160528 | Jan Alexander Steffens (heftig) | |
2016-05-27 | This is 20160527.120160527.1 | Sven-Hendrik Haase | |
2016-05-27 | Makefile: change version to 20160527 | Sven-Hendrik Haase | |
2016-05-27 | Use repos.archlinux.org everywhere instead of hostname based domains20160527 | Sven-Hendrik Haase | |
This makes it a lot easier to swap out the host that actually serves the repos in the future. | |||
2015-11-29 | Bump version to 2015112920151129 | Evangelos Foutras | |
2015-10-02 | Bump version to 2015100220151002 | Evangelos Foutras | |
2015-06-06 | Bump version to 2015060620150606 | Evangelos Foutras | |
2015-05-14 | Prepare release20150514 | Pierre Schmitz | |
2015-02-28 | prepare 20150228 release20150228 | Dave Reisner | |
2014-12-24 | prepare 20141224 release20141224 | Dave Reisner | |
It's an xmas miracle! | |||
2014-10-24 | prepare release 2014102420141024 | Dave Reisner | |
2014-05-10 | Prepare release20140510 | Pierre Schmitz | |
2013-11-07 | Prepare release20131107 | Pierre Schmitz | |
2013-11-01 | Prepare release | Pierre Schmitz | |
2013-10-20 | prepare release20131020 | Pierre Schmitz | |
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 | |