summaryrefslogtreecommitdiffstats
path: root/pym/repoman/herdbase.py
Commit message (Collapse)AuthorAgeFilesLines
* make_herd_base: encode unicode file paths safelyZac Medico2012-09-111-1/+4
| | | | | This will fix cases similar to the one fixed in commit f01d7a8ca158ec60df76a3e8ae5b80ac3f62429e for bug #310789.
* Handle more import exceptions involving xml.Zac Medico2012-06-041-1/+5
| | | | See http://bugs.python.org/issue14988
* Handle SystemError when importing xml libraries.Zac Medico2012-04-131-2/+2
|
* Invalidate 'no-herd', there will be no special herds.Michał Górny2011-09-241-4/+0
|
* repoman.herdbase: tolerate expat ImportErrorZac Medico2011-02-081-2/+9
| | | | | | We tolerate global scope import failures for optional modules, so that ImportModulesTestCase can succeed (or possibly alert us about unexpected import failures).
* Bug #335670 - Make copyright header in herdbase.py refer to "GPL 2 or later"Zac Medico2010-09-021-1/+1
| | | | instead of just GPL-2.
* Avoid XMLParser.doctype deprecation warnings with >=python-2.7.Zac Medico2010-04-111-2/+11
|
* Handle missing $PORTDIR/metadata/herds.xml. Thanks to Arfrever for reporting.Zac Medico2010-04-021-2/+10
|
* Remove all svn $Id keywords.Zac Medico2010-03-241-1/+0
|
* Add check of herds in metadata.xmlSebastian Pipping2010-03-231-0/+87