summaryrefslogtreecommitdiffstats
path: root/bin/quickpkg
Commit message (Collapse)AuthorAgeFilesLines
* When necessary, make quickpkg add missing metadata to the vdb entry beforeZac Medico2008-04-051-0/+14
| | | | | | creating the binary package. (trunk r9723) svn path=/main/branches/2.1.2/; revision=9724
* Bug #198492 - Make quickpkg create $PKGDIR if it doesn'tZac Medico2007-11-201-0/+5
| | | | | | already exist. (trunk r8464) svn path=/main/branches/2.1.2/; revision=8546
* As a workaround for bug #185305, make quickpkg break hardlinks during ↵Zac Medico2007-07-301-0/+3
| | | | | | creation of the archive. (trunk r7526) svn path=/main/branches/2.1.2/; revision=7527
* Remove redundant 'Usage: ' from the usage message. (trunk r6964)Zac Medico2007-06-231-1/+1
| | | | svn path=/main/branches/2.1.2/; revision=6965
* For bug #182428, make quickpkg exclude config files that are protected by ↵Zac Medico2007-06-221-9/+56
| | | | | | CONFIG_PROTECT. Add a --include-config option that includes all config files and a --include-unmodified-config that includes config files that have not been modified since installation (matching md5sum). (trunk r6945) svn path=/main/branches/2.1.2/; revision=6948
* Make quickpkg print a warning if "bindist" is in RESTRICT. (trunk r6937)Zac Medico2007-06-221-3/+16
| | | | svn path=/main/branches/2.1.2/; revision=6938
* as noted by Josh Saddler on the gentoo-dev mailing list, issue a warning if ↵Zac Medico2007-06-211-0/+6
| | | | | | we try to create a binpkg for something that has IUSE=bindist but was emerged with USE=-bindist (trunk r6895:6897) svn path=/main/branches/2.1.2/; revision=6898
* Add an --ignore-default-opts option that is analogous to the corresponding ↵Zac Medico2007-06-201-3/+8
| | | | | | emerge option. (trunk r6892) svn path=/main/branches/2.1.2/; revision=6893
* For bug #182428, make quickpkg use a more secure umask by default and allow ↵Zac Medico2007-06-191-2/+11
| | | | | | it to be overridden by a --umask option. Add support for QUICKPKG_DEFAULT_OPTS so that default options can be set in make.conf. (trunk r6871) svn path=/main/branches/2.1.2/; revision=6872
* Don't forget to rename the temporary binpkg after it's created.Zac Medico2007-06-091-1/+3
| | | | svn path=/main/branches/2.1.2/; revision=6774
* For bug #164655, port quickpkg to python and use the tarfile module for ↵Zac Medico2007-06-081-166/+185
| | | | | | proper handling of symlinks to directories. Thanks to Martin Parm <parmus@diku.dk> for the initial port. (trunk r6728) svn path=/main/branches/2.1.2/; revision=6753
* For bug #149781, exclude symlinks to directories when creating binary ↵Zac Medico2006-10-011-1/+5
| | | | | | package with quickpkg. svn path=/main/trunk/; revision=4570
* Make quickpkg respect PORTAGE_NICENESS.Zac Medico2006-09-071-0/+2
| | | | svn path=/main/trunk/; revision=4424
* Substitute isolated-functions.sh in place of /sbin/functions.sh.Zac Medico2006-09-071-2/+11
| | | | svn path=/main/trunk/; revision=4423
* Condense a few portageq calls into one.Zac Medico2006-09-071-6/+4
| | | | svn path=/main/trunk/; revision=4422
* Optimize quickpkg so that it creates the binary package directly in ↵Zac Medico2006-09-071-5/+8
| | | | | | $PKGDIR/All. This eliminates the need for tbz2tool and is the same approach used by the package phase in misc-functions.sh. svn path=/main/trunk/; revision=4420
* For bug #146564, include directories in packages created by quickpkg. Note ↵Zac Medico2006-09-071-1/+1
| | | | | | that tar's --no-recursion option causes the directories to be selectively included without nessarily including their contents. svn path=/main/trunk/; revision=4419
* Force a sane umask in quickpkg for bug #143340.Zac Medico2006-08-091-0/+3
| | | | svn path=/main/trunk/; revision=4210
* make elog mail module always set the 'From' header for rfc2822 complianceMarius Mauch2006-06-101-1/+1
| | | | svn path=/main/trunk/; revision=3483
* `` must dieSimon Stelling2006-04-151-1/+1
| | | | svn path=/main/trunk/; revision=3155
* backport portage-pkg path change from savior branchMike Frysinger2006-03-111-4/+4
| | | | svn path=/main/trunk/; revision=2850
* add support for ROOT by Joel Martin #122728Mike Frysinger2006-02-141-3/+6
| | | | svn path=/main/trunk/; revision=2708
* update copyright yearsMike Frysinger2006-01-051-1/+1
| | | | svn path=/main/trunk/; revision=2526
* header changes, $Header: -> $Id:Brian Harring2005-08-301-1/+1
| | | | svn path=/main/branches/2.0/; revision=1951
* Migration (without history) of the current stable line to subversion.Jason Stubbs2005-08-281-0/+148
svn path=/main/branches/2.0/; revision=1941