summaryrefslogtreecommitdiff
path: root/morphlib/bins.py
Commit message (Expand)AuthorAgeFilesLines
* Use the modern way of the GPL copyright header: URL instead real addressJavier Jardón2015-03-161-3/+2
* Fix tarfile.chown for versions of python smaller than 2.7.3baserock/franred/bugfix/python-tarfile-chownFrancisco Redondo Marchena2014-09-121-9/+38
* Split chunk morphologies according to new rulesRichard Maw2014-01-161-62/+8
* Make morphlib.bins.chunk_filenames() a private methodRichard Dale2013-05-241-3/+3
* Remove excessive debugging messagesRichard Dale2013-05-241-4/+0
* Add contents list to chunk and stratum metadataRichard Dale2013-05-241-15/+40
* Do not compress chunk artifacts upon creationLars Wirzenius2013-03-111-1/+1
* Add ExtractedTarball class and method to extract/mount an artifactJannis Pohlmann2013-02-211-1/+28
* Override Python tarfile module to close file handles on exceptionSam Thursfield2012-11-151-0/+15
* Close file handles correctly on exceptions when unpacking strataSam Thursfield2012-11-151-5/+6
* Use standard library function for relative pathsRichard Maw2012-10-091-9/+3
* Fix error reporting from tar extract errorsLars Wirzenius2012-08-311-7/+6
* python scripts: pep8ize codebaseRichard Maw2012-08-011-27/+28
* unit tests: add tests for tarball extractionRichard Maw2012-07-051-1/+1
* Normalize timestamps without filesystem operationsLars Wirzenius2012-06-291-4/+9
* Normalize timestamps of files in chunk artifactsLars Wirzenius2012-06-281-0/+9
* morphlib.bins: remove create_stratumRichard Maw2012-06-141-8/+0
* morph: remove dead code and replace Execute with app.runcmdRichard Maw2012-05-301-2/+2
* bins: move errno from stagingareaRichard Maw2012-05-151-0/+1
* builder: use the same tar extract logic for all artifactsRichard Maw2012-05-141-10/+81
* Fix minor problemsLars Wirzenius2012-04-181-1/+1
* Add a way to unpack a tar file from an open file handleLars Wirzenius2012-04-181-0/+12
* tar: add -h option to extractionRichard Maw2012-03-161-1/+1
* Test for and include dirnames in chunks the same as filenamesLars Wirzenius2012-03-061-3/+1
* Create chunks, strata in cache via temporary filesLars Wirzenius2012-02-271-8/+10
* Bump copyright years, get rid of long lines and unused imports.Jannis Pohlmann2012-01-231-4/+1
* stop morph from using fakeroot and sudoLars Wirzenius2012-01-111-7/+3
* use tarfile againLars Wirzenius2011-12-141-10/+5
* Made some sudo commands into fakeroot commandsRichard Maw2011-12-081-14/+14
* Make the install parts of morphs run as sudoRichard Maw2011-12-081-3/+6
* use external tar toolLars Wirzenius2011-12-061-10/+13
* add memory profiling to create_chunkLars Wirzenius2011-12-061-2/+8
* use system tar instead of Python's tarfile library to extract tarballsLars Wirzenius2011-11-301-3/+2
* Fix chunk building to deal correctly with symlinks to directoriesLars Wirzenius2011-11-141-4/+10
* Combine unpack_chunk and unpack_stratum into unpack_binaryLars Wirzenius2011-11-031-17/+4
* Output multiple chunks when requestedLars Wirzenius2011-11-031-1/+2
* Include only files matching regexps, removes them from after adding themLars Wirzenius2011-11-031-4/+53
* Add tests for create_chunk's glob handlingLars Wirzenius2011-11-031-1/+1
* Add functions for creating and unpacking strata.Lars Wirzenius2011-10-171-0/+22
* Add functions for creating and unpacking binary chunks.Lars Wirzenius2011-10-171-0/+49