Create catalyst.util.create_tarball() helper function
authorAndrew Gaffney <agaffney@gentoo.org>
Sun, 13 Sep 2009 19:51:58 +0000 (14:51 -0500)
committerAndrew Gaffney <agaffney@gentoo.org>
Sun, 13 Sep 2009 19:51:58 +0000 (14:51 -0500)
commit00790284f858ba31bf38789d1b004ce787c0e564
tree82267e75a1410b2e6e1c7615d4e4027253572d04
parente51b3c2f0e248421eea40347208ea34d2cf82bab
Create catalyst.util.create_tarball() helper function
Replace more manual calls to rsync with catalyst.util.rsync()
Replace manual calls to 'tar cjf' with catalyst.util.create_tarball()
ChangeLog
modules/catalyst/target/generic_stage.py
modules/catalyst/target/netboot.py
modules/catalyst/util.py