summaryrefslogtreecommitdiffstats
path: root/bin/repoman
Commit message (Expand)AuthorAgeFilesLines
...
* Bug #324075 - Avoid erroneous 'Invalid Gentoo Copyright' warnings whenZac Medico2010-06-151-0/+5
* New mode: manifest-check - Checks Manifests for missing or incorrect digestsZac Medico2010-05-161-0/+10
* Use bytes literals in instead of _unicode_encode() where appropriateZac Medico2010-05-131-8/+5
* Bug 270108 - Trigger ebuild.invalidname if a version contains more thanZac Medico2010-05-121-1/+4
* When rewritting /Attic/ in cvs headers, use binary mode in order to avoidZac Medico2010-05-121-8/+14
* Make metadata.xml <flag/> errors non-fatal to repoman.Michał Górny2010-04-241-1/+7
* Remove unused imports.Zac Medico2010-04-111-17/+6
* Pass an ElementTree instance into parse_metadata_use() andZac Medico2010-04-111-16/+18
* Handle missing $PORTDIR/metadata/herds.xml. Thanks to Arfrever for reporting.Zac Medico2010-04-021-3/+6
* Add back executable bits, accidentally removed in previous commit.Zac Medico2010-03-241-0/+0
* Remove all svn $Id keywords.Zac Medico2010-03-241-1/+0
* Add check of herds in metadata.xmlSebastian Pipping2010-03-231-0/+16
* Prepare further checks on metadata.xmlSebastian Pipping2010-03-231-3/+12
* Bug #310135 - Skip the changelog.ebuildadded for all distributed SCMs.Zac Medico2010-03-191-6/+10
* Bug #299095 - Always use UTF-8 codec when opening ebuilds, to avoidZac Medico2010-03-141-2/+5
* Simplyfy the virtual.exists check, and avoid deprecation warning triggeredZac Medico2010-03-121-3/+1
* Another turquoise -> red.Zac Medico2010-02-271-1/+1
* Bug #307021 - Show "Please fix" message in red instead of turquoise whenZac Medico2010-02-271-1/+1
* Relocate portage.util.digestgen to portage.package.ebuild.digestgen.Zac Medico2010-02-251-1/+1
* Move digestgen to portage.util.digestgen.Zac Medico2010-02-251-4/+5
* Make the first two positional arguments of digestgen() into keyword argumentsZac Medico2010-02-231-4/+4
* Add deprecation warnings for unused digestgen() parameters.Zac Medico2010-02-231-6/+3
* Bug #299095 - Add a deprecation warning for check_license calls with EAPI >= 3Zac Medico2010-02-221-0/+2
* Bail out when given an invalid mode.Zac Medico2010-02-191-1/+3
* Use Atom.cp instead of dep_getkey(), and use cpv_getkey() instead ofZac Medico2010-02-091-9/+19
* Import portage.StringIO for ImportError handling.Zac Medico2010-02-071-1/+1
* Clean up config incrementals handling.Zac Medico2010-01-311-7/+6
* Deprecate pordbapi.mysettings since the portdbapi.settings alias is nowZac Medico2010-01-311-2/+2
* Fix AttributeError when adjusting incrementals. Thanks to Jonathan CallenZac Medico2010-01-311-7/+4
* Avoid NameError when cwd is $FILESDIR. Thanks to Christian Ruppert <idl0r@g.o>Zac Medico2010-01-301-0/+6
* Don't ignore CVS/Entries.IO_error when not in commit mode.v2.2_rc62Zac Medico2010-01-291-6/+5
* Remove code for svn.IO_error and bzr.IO_error categories since they don'tZac Medico2010-01-291-6/+2
* Fix Manifest commit logic for cvs and svn. Thanks to Rafael MartinsZac Medico2010-01-191-4/+4
* Invert some vcs conditionals that are specific to cvs and svn.Zac Medico2010-01-181-3/+3
* Support mercurial. Thanks to Rafael Martins <rafael@rafaelmartins.com> for Zac Medico2010-01-181-15/+60
* Make sure repoman knows about all files in the directory to commit using bzr....Fabian Groffen2010-01-141-1/+1
* Bug #300388 - Fix terminal handling code to so term codes aren't sent whenZac Medico2010-01-111-0/+1
* only return status for the current directory (or the directory being asked fo...Fabian Groffen2010-01-101-3/+3
* Add Bazaar (bzr) support for repoman, test-driven by Fauli (Christian Faulham...Fabian Groffen2010-01-101-18/+58
* Bug #269225 - Warn about virtuals with non-empty HOMEPAGE or LICENSE. ThanksZac Medico2010-01-071-0/+11
* Add 'tla' to the lists of live eclasses.Zac Medico2009-12-061-1/+2
* Remove SLOT.missing since SLOT.invalid handles that case now.v2.2_rc50Zac Medico2009-11-161-3/+2
* Bug #292820 - Make the Package constructor handle invalid SLOT values.Zac Medico2009-11-121-0/+1
* Add a parsedate() function which emulates rfc822.parsedate(), since python3Zac Medico2009-10-251-12/+28
* Use calendar.timegm instead of time.mktime, for correct timezone handling.Zac Medico2009-10-251-1/+2
* Don't set mtime on downloaded metadata.dtd when using python3, since theZac Medico2009-10-251-5/+23
* Use urllib.urlopen() instead of portage.fetch() for fetching metadata.dtd.Zac Medico2009-10-241-42/+68
* Bug #259697 - Update IUSE.invalid docs for glep 56. Thanks to Alec WarnerZac Medico2009-10-191-1/+1
* Bug #227225 - Add *DEPEND.badtilde warning for ~ operator used with non-zeroZac Medico2009-10-181-0/+12
* Bug #274870: Add file.size.fatal check in repoman.Arfrever Frehtes Taifersar Arahesis2009-10-071-3/+8