summaryrefslogtreecommitdiffstats
path: root/layman/overlays/tar.py
Commit message (Expand)AuthorAgeFilesLines
* fix a py3 failure, because the file was not opened in binary mode.dol-sen2011-09-251-1/+1
* make the tests more py3 compatibile.dol-sen2011-09-231-2/+2
* py2, py3 compatability changes so 2to3 will work correctly.dol-sen2011-09-221-1/+1
* clean out nearly useless quiet parameter, use config['quiet'] instead.dol-sen2011-08-241-8/+8
* revert using "as" in exceptions. enable using the "with" statement in py-2.5.dol-sen2011-08-091-5/+5
* fix the overly noisy output for unsupported overlay types. Thank you fuzzyra...dol-sen2011-07-281-1/+1
* fix undefined 'subpath', update testsdol-sen2011-07-221-4/+8
* some docstring test updatesdol-sen2011-07-211-4/+4
* fix bug 363797 python-2.5 test errors cherypicked from 1.4.x branchdol-sen2011-05-011-1/+1
* Fix supported() use to return 1 if it is not supported.dol-sen2011-04-291-2/+6
* migrate except ... as Brian Dolbec2011-03-261-5/+5
* replace more exception raising with error reporting and proper return values.Brian Dolbec2011-03-261-2/+5
* removal of xml from the vcs class parameters.Brian Dolbec2011-02-231-10/+2
* Add per repo type postsync options.Brian Dolbec2011-02-171-10/+17
* Change the remaining modules to use the config['output'] variable so re-direc...Brian Dolbec2011-02-111-2/+4
* Fix doctest error reported by dabbottSebastian Pipping2010-07-081-1/+1
* Replace os.system() by subprocess.Popen()Sebastian Pipping2010-07-071-2/+3
* pylint: Resolve redefinition of variable by renamingSebastian Pipping2010-02-171-5/+5
* pylint: Resolve method overriding with different argumentsSebastian Pipping2010-02-171-2/+2
* Make fail of tar sync not leave temp filesSebastian Pipping2010-02-171-9/+19
* Fix syncing of tar overlays (bug #304547)Sebastian Pipping2010-02-161-36/+40
* Fix test case in TarOverlaySebastian Pipping2010-01-141-12/+19
* Add support for multiple sources per overlaySebastian Pipping2010-01-131-9/+7
* Inject OverlaySource class into hierarchySebastian Pipping2010-01-131-1/+2
* Migrate overlay classes to using super()Sebastian Pipping2010-01-131-2/+2
* Make .tar.noidea extension for tar archives with unknown compressionSebastian Pipping2010-01-121-1/+1
* Drop support for broken tar overlaysSebastian Pipping2010-01-121-21/+2
* Migrate to GNU tar's compression format auto-detectionSebastian Pipping2010-01-111-29/+10
* Add reading of format/subpath/category from repositories.xml formatSebastian Pipping2010-01-041-13/+27
* Bring back writing of format/subpath/categorySebastian Pipping2010-01-041-0/+16
* Introduce equality and inequality testsSebastian Pipping2010-01-041-0/+10
* Allow overriding VCS commandsSebastian Pipping2009-12-291-4/+3
* Pass config down to Overlay instancesSebastian Pipping2009-12-291-2/+2
* Migrate XML handling to ElementTreeChristian Groschupp2009-12-281-6/+7
* Copyright.v1.2.1Gunnar Wrobel2008-11-151-1/+1
* layman: pass --quiet flag down to the version controlGunnar Wrobel2008-11-141-2/+2
* Layman v1.1Gunnar Wrobel2007-09-111-3/+3
* Import layman.Gunnar Wrobel2007-09-111-0/+189