index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-01-06 | Update copyright years for 2014 | Allan McRae | |
Signed-off-by: Allan McRae <allan@archlinux.org> | |||
2013-12-15 | pacscripts: Improve error message when sudo binary is not found | Jason St. John | |
Signed-off-by: Jason St. John <jstjohn@purdue.edu> Signed-off-by: Allan McRae <allan@archlinux.org> | |||
2013-11-15 | Improve --help switch output for pacman contrib and pacman scripts | Jason St. John | |
Unify the formatting of the --help switch for pacman utils, if it exists. All of the pacman utils will now output help text using the following format: util-name (pacman) v<pacman version> one line description of util's purpose Usage: util-name [options] -b, --bar whatever --bar does -f, --foo whatever --foo does -h, --help display this help message Reported-by: Karol Błażewicz <karol.blazewicz at gmail.com> Signed-off-by: Jason St. John <jstjohn@purdue.edu> | |||
2013-06-18 | pacscripts: Update for pacman changes | Karol Blazewicz | |
Changes to pacman mean that -Sp can be called without root permissions and '-d' needs passed twice to completely ignore dependencies. Signed-off-by: Karol Błażewicz <karol.blazewicz at gmail.com> Signed-off-by: Allan McRae <allan@archlinux.org> | |||
2013-06-18 | pacscripts: don't read the whole package from cache | Karol Blazewicz | |
'-q' means "Exit as soon as each specified pattern or filename has been matched." There is no reason to keep reading the whole package from the cache when the install script has already been printed to stdout. Signed-off-by: Karol Błażewicz <karol.blazewicz at gmail.com> Signed-off-by: Allan McRae <allan@archlinux.org> | |||
2012-04-30 | contrib: remove executable bit from input files | Dave Reisner | |
There's no reason to make these executable, and this also mimics what we do in the scripts/ subdir. Signed-off-by: Dave Reisner <dreisner@archlinux.org> Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2012-04-24 | contrib: rename bash scripts: .in -> .sh.in | Dave Reisner | |
For consistency with the scripts/ directory, ensure that all bash scripts use the same pre-build suffix. Signed-off-by: Dave Reisner <dreisner@archlinux.org> |