Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-04-28 | Bumps for pacman 3.0.3v3.0.3 | Dan McGee | 2 | -2/+2 | |
2007-04-25 | repo-add: Fixed bug of missing desc entries if package is in a group | Dan McGee | 1 | -2/+2 | |
Fixes bug #7005 as reported and patched by Marcus Habernehl <bmh1980de@yahoo.de> | |||||
2007-04-23 | rankmirrors: download first 50KB of DB to get more reliable numbers | Dan McGee | 1 | -2/+18 | |
Scott Horowitz <stonecrest@gmail.com> | |||||
2007-04-18 | * Alexander Baldeck <alexander@archlinux.org> | Aaron Griffin | 1 | -1/+1 | |
Bugfix for FS#6944 | |||||
2007-04-17 | makepkg: unset one more language variable | Dan McGee | 1 | -1/+1 | |
2007-04-17 | Bugfixes in prep for a 3.0.2 release | Dan McGee | 1 | -2/+1 | |
Fix #6905- makepkg dependency checking error Fix #6915- add SUU mirror to mirrorlist.in | |||||
2007-04-11 | Fix FS #6872- CFLAGS were not being exported | Dan McGee | 1 | -0/+4 | |
2007-04-04 | * Tom Killian <tom@archlinux.org> | Aaron Griffin | 1 | -1/+5 | |
Properly align checksums on makepkg -g | |||||
2007-03-30 | commit 970d2e942eb29bf78fe89895ace4d781970b6e94 | Aaron Griffin | 1 | -1/+1 | |
Author: Aaron Griffin <aaronmgriffin@gmail.com> Date: Thu Mar 29 21:30:40 2007 -0500 repo-add leaves .PKGINFO in the current directory * Misuse of 'tar xf', which should be 'tar tf' Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com> | |||||
2007-03-30 | From: Andrew Fyfe <andrew@neptune-one.net> | Aaron Griffin | 1 | -0/+2 | |
Date: Thu, 29 Mar 2007 11:11:36 +0100 Subject: [PATCH 1/1] Fix bug where makepkg can't extract .tar.Z archives. For some reason 'tar -xf' doesn't work with .tar.Z, you need to use 'tar -xzf' to extract the archive. Signed-off-by: Andrew Fyfe <andrew@neptune-one.net> Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com> | |||||
2007-03-25 | * Fix bug where 'makepkg -L' doesn't stop on build failure.v3.0.0 | Dan McGee | 1 | -13/+8 | |
Andrew Fyfe <andrew@neptune-one.net> * Add testing to etc/pacman.d/.cvsignore * Fix scriptlet001.py test to work during 'make check'. | |||||
2007-03-24 | Andrew Fyfe <andrew@neptune-one.net> | Dan McGee | 1 | -2/+2 | |
* Fix FS #6688- builddeps not working in makepkg. | |||||
2007-03-20 | * TODO.dan updates. | Dan McGee | 1 | -5/+5 | |
Alessio 'mOLOk' Bolognino <themolok.ml@gmail.com> * Make makeworld compatable with makepkg lacking -w option. | |||||
2007-03-20 | * makepkg: a few more changes to get dependencies working correctly. If a | Dan McGee | 1 | -10/+18 | |
user does not install all required dependencies, makepkg will now bail. | |||||
2007-03-20 | * makepkg: Fix behavior of -Ssr: deps were not being correctly removed before. | Dan McGee | 1 | -12/+26 | |
2007-03-19 | * makepkg: fix installation of dependencies with version comparitors. | Dan McGee | 1 | -3/+8 | |
2007-03-19 | * Added quoting on several makepkg paths that were lacking it. | Dan McGee | 1 | -18/+18 | |
2007-03-15 | * Missing a 'msg' in makepkg- pointed out by wain on Flyspray. Thanks! | Dan McGee | 1 | -1/+1 | |
2007-03-13 | * Sebastian Sareyko | Aaron Griffin | 1 | -1/+1 | |
Fix repo-add filename addition (use basename) | |||||
2007-03-12 | * Removed ${CFLAGS} from Makefile.am(s) as it was causing all CFLAGS to be | Dan McGee | 1 | -40/+58 | |
duplicated. * Updated the util Makefile.am to link with the proper libalpm.la. * Fixed bitmasking issues in be_files.c and db.h. * Rankmirrors updates from James Rosten (with some cleaning up of my own). KeyboardInterrupts are now handled gracefully. | |||||
2007-03-09 | * Another slight update, getting rid of -rf flags and clarifying a message. | Dan McGee | 1 | -2/+3 | |
2007-03-09 | * Added confirmation step to makepkg -C operation to ensure user is deleting | Dan McGee | 1 | -6/+18 | |
exactly what they think they are. | |||||
2007-03-05 | * rankmirrors updates from Scott Horowitz <stonecrest@gmail.com>. | Dan McGee | 1 | -17/+26 | |
Formatted output is now the default. Added a TODO for later as well. | |||||
2007-03-03 | * file utility was updated to version 4.20, removing code that was there to | Dan McGee | 1 | -12/+6 | |
catch a bug in 4.19. | |||||
2007-02-28 | * Implemented Douglas' suggestion from the ML- print all integrity checks | Dan McGee | 1 | -3/+7 | |
together while using makepkg -g. | |||||
2007-02-26 | * TODO updates. | Dan McGee | 1 | -1/+0 | |
* Makefile.am updates for Aaron's move of re-pacman to contrib. | |||||
2007-02-26 | * Added a small note to HACKING | Aaron Griffin | 1 | -79/+0 | |
* Moved re-pacman to contrib/ as it's probably not as useful as the other stuff in scripts/ | |||||
2007-02-26 | * pacman hidden arguments: removed -Y and -D. -T is the only hidden arg now, to | Aaron Griffin | 1 | -5/+5 | |
be used in place of -Y. Also, -D was rather silly, as it does mostly what -S does. * Cleaned up pacman_deptest - removed the goofy faketarget stuff (NEEDS testing still) * libalpm function renames | |||||
2007-02-24 | else if --> elif (thanks to yankees26 for finding this) | Aaron Griffin | 1 | -1/+1 | |
2007-02-24 | Syntax error | Aaron Griffin | 1 | -1/+1 | |
2007-02-23 | Implementing feature request: <http://bugs.archlinux.org/task/4706> | Dan McGee | 1 | -15/+19 | |
* Added these three possible options (or !options, more likely), to the PKGBUILD possibilities: - ccache - distcc - makeflags * Removed the --noccache and -j flags from makepkg as their functionality is better used by adding the above options to a PKGBUILD- keep the functionality where it is needed. Testing would be appreciated, I didn't do much of that yet. | |||||
2007-02-23 | * Prepend all lists with _ for consistency | Aaron Griffin | 1 | -15/+16 | |
* Fixed IFS. It seems there's no easy way to get a newline IFS without setting it like so: IFS=" " #ewww gross | |||||
2007-02-22 | Big commit here, I'll try to cover all the bases. | Dan McGee | 1 | -1/+5 | |
* Updated all of the language files, as the POT file was updated. NOTE FOR TRANSLATORS, try to base your next contribution off of these, notice how some msgids and messages have been wrapped to the next line- it makes it easier to read anyway. * More Makefile.am/configure.ac updates. 'make dist' and 'make distclean' now work properly, with only one caveat- the automatic testing in distclean doesn't do so hot as it is compiled with a default configure, which includes the fakeroot-proof code (which does not cooperate with pactest). * Added a Makefile.am for the pactest directory. | |||||
2007-02-22 | * Rewrote pactest with an OptionParser so we can have helpful help text, and | Dan McGee | 1 | -10/+14 | |
bumped the version to 0.4. Still a work in progress. * Changed some linewraps in rankmirrors to keep everything under 80 chars. | |||||
2007-02-22 | * A lot of Makefile.am updates to try to get 'make dist' and 'make distcheck' | Dan McGee | 1 | -10/+14 | |
to work as expected. | |||||
2007-02-14 | While trying to change the number of missing deps output by makepkg, I noticed | Aaron Griffin | 1 | -37/+44 | |
some needless complication in a few of these functions (checkdeps required stderr output due to the way it was called/used) so that's all cleaned up now. Also, makepkg no longer outputs a single dep when they are missing, it lists all at once, including makedeps | |||||
2007-02-13 | * unset LC_ALL, LANG after sourcing /etc/profile.d/* | Jürgen Hötzel | 1 | -4/+4 | |
2007-02-12 | * Added long options (missing in patch) | Aaron Griffin | 1 | -12/+15 | |
* converted "sudosync" to "usesudo" to match makepkg * Removed nostrip, as it was removed from makepkg as well | |||||
2007-02-12 | Added changes from Daniel YC Lin via bug #3266 | Aaron Griffin | 1 | -6/+16 | |
- support for the 'BCemno' makepkg options | |||||
2007-02-12 | Rewrote updatesync in terms of repo-add and repo-remove | Aaron Griffin | 2 | -165/+45 | |
2007-02-12 | better error message | Aaron Griffin | 1 | -1/+1 | |
2007-02-12 | Updated gensync to use repo-add | Aaron Griffin | 1 | -151/+52 | |
2007-02-12 | * Unified description of arch variable. Recommend using single quotes in | Dan McGee | 1 | -1/+1 | |
the array, e.g. arch=('i686'). * Updated my TODO. * Changed the email address in rankmirrors script. | |||||
2007-02-11 | * Implemented FS #5641 as suggested in Aaron's comment- '-S' option now means | Dan McGee | 1 | -40/+43 | |
'--usesudo', and all install/dep/remove operations now honor it. * Fixed my stupid typo. depricated -> deprecated :) | |||||
2007-02-11 | Forgot to update the Makefile with the new script, adding it. | Dan McGee | 1 | -0/+1 | |
2007-02-11 | Adding repo-remove script, allows for a package to be removed from a repo. | Dan McGee | 1 | -0/+136 | |
More or less a reverse 'repo-add'. | |||||
2007-02-09 | * Fix #2982 - use -Rs to remove deps | Aaron Griffin | 1 | -2/+2 | |
* "pacman3" seems to have snuck in there somehow, fixed that | |||||
2007-02-08 | * Nice overhaul of manpages. It is at least a start. | Dan McGee | 1 | -1/+1 | |
* Alphabetized options in pacman usage. | |||||
2007-02-06 | * Makepkg updates, and small bugfix on man page compression. | Dan McGee | 1 | -1/+9 | |
* Change libtool default to makepkg2 behavior. * Other small changes. | |||||
2007-02-06 | I should test code before I check it in. Also a fix for the annoying wget ↵ | Dan McGee | 1 | -3/+3 | |
output in PKGBUILD bug. |