Minor tweaks to quantal64 box packaging task
This commit is contained in:
parent
a72421c225
commit
5081754665
1 changed files with 2 additions and 2 deletions
|
@ -11,8 +11,8 @@ namespace :boxes do
|
|||
sh 'cd boxes/quantal64 && sudo ./download-ubuntu'
|
||||
sh 'rm -f boxes/quantal64/rootfs.tar.gz'
|
||||
sh 'cd boxes/quantal64 && sudo tar --numeric-owner -czf rootfs.tar.gz ./rootfs/*'
|
||||
sh "cd boxes/quantal64 && sudo chown #{ENV['USER']}:#{ENV['USER']} rootfs.tar.gz && tar -czf ../output/lxc-quantal64.box ./* --exclude=rootfs/* --exclude=download-ubuntu"
|
||||
sh 'cd boxes/quantal64 && sudo rm -rf rootfs-amd64'
|
||||
sh 'cd boxes/quantal64 && sudo rm -rf rootfs'
|
||||
sh "cd boxes/quantal64 && sudo chown #{ENV['USER']}:#{ENV['USER']} rootfs.tar.gz && tar -czf ../output/lxc-quantal64.box ./* --exclude=download-ubuntu"
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue