index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-06-06 | bacman - regenerate package from system | Allan McRae | |
Original work by Carlo "carlocci" Bersani with additions by Xavier Chantry and Allan McRae This script rebuilds an already installed package using metadata stored into the pacman database and system files. Replaces the outdated re-pacman script Signed-off-by: Allan McRae <mcrae_allan@hotmail.com> Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2008-05-10 | contrib/paclist: list packages installed from given repo. | Chantry Xavier | |
The paclist script provides a simple method for monitoring which packages are installed from a given repo. This is particularly useful when using a testing or unstable repository. Thanks to Allan McRae for the idea and an initial bash script. As suggested by Dan, I tried to rewrite in perl, and this resulted in much better performance. Then Dan further cleaned up the script. Signed-off-by: Chantry Xavier <shiningxc@gmail.com> [Dan: add to Makefile & README, minor script cleanups] Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2008-04-01 | Merge branch 'maint' | Dan McGee | |
Conflicts: configure.ac contrib/Makefile.am | |||
2008-04-01 | Update NEWS and configure.ac for 3.1.4 releasev3.1.4 | Dan McGee | |
Also fix a broken contrib/ Makefile, found with make distcheck. I also let the little translation linebreak update slip in here as it was small enough not to be a big deal, and this should just prevent it from happening again later anyway. Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2008-02-02 | Remove gensync and updatesync from normal distribution | Dan McGee | |
Move these two scripts into contrib/, and start the process of de-automaking them by removing the @sysconfdir@ references and the gettext initialization. The removal of all gettext will soon follow. Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2008-01-06 | install: install prototype PKGBUILD and install to datadir | Dan McGee | |
Move the prototypes out of contrib/ and into the top level directory, and install them to what is usually /usr/share/pacman/ on a package install. Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2007-12-19 | Fixes to allow make distcheck to work again | Dan McGee | |
Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2007-07-11 | Add {PKGBUILD,install}.proto to contrib/ directory | Dan McGee | |
Also update README and Makefile.am in the contrib/ directory. Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2007-06-04 | Autotool clean up. | Andrew Fyfe | |
* Add vim modeline to Makefile.am and configure.ac * Fix white space in Makefile.am and configure.ac * Add contrib/wget-xdelta.sh to EXTRA_DIST in Makefile.am Signed-off-by: Andrew Fyfe <andrew@neptune-one.net> Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2007-03-07 | * Added a readme file to the contrib/ directory. | Dan McGee | |
2007-02-26 | * TODO updates. | Dan McGee | |
* Makefile.am updates for Aaron's move of re-pacman to contrib. | |||
2007-02-23 | Whoops, added to Makefile.am | Aaron Griffin | |
2007-02-23 | * Updated distcheck target- added some flags so pactest is 100% correct. | Dan McGee | |
* Added a Makefile.am so contrib/ folder is included in dist. |