summaryrefslogtreecommitdiff
path: root/morphlib/bins.py
Commit message (Expand)AuthorAgeFilesLines
* 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