GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
proj/ingenue.git
master
SoC2009: Web-based application to generate Linux systems for installation
Eitan Mosenkis (eudyptula) <eitan@mosenkis.net>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
backend
/
bundlers
/
tbz2
/
bundle.php
blob: 6024c3ebb8de5379091b7b217507c8306425c21b (
plain
)
1
2
3
4
<?php
add_step
(
'tar'
);
return
"
$workdir
/image.tar.bz2"
;
?>