Lines Matching refs:tarball
52 # root trees that can later be used. It can also use a tarball as the
64 usage: etcupdate [-npBFN] [-d workdir] [-r | -s source | -t tarball]
68 [-m make] <tarball>
70 etcupdate extract [-BN] [-d workdir] [-s source | -t tarball]
276 # Generate a new tree. If tarball is set, then the tree is
277 # extracted from the tarball. Otherwise the tree is built from a
285 # If we have a tarball, extract that into the new directory.
286 if [ -n "$tarball" ]; then
291 if ! (mkdir -p $1 && tar xf $tarball -C $1 $files) \
1330 # Build a new tree and save it in a tarball.
1336 echo "Missing required tarball."
1360 echo "Failed to create tarball."
1396 # extracting a tarball. This can be used to bootstrap updates by
1409 log "extract command: tarball=$tarball"
1529 # rerunning a merge), be extracted from a tarball, or generated from a
1539 log "update command: rerun=$rerun tarball=$tarball preworld=$preworld"
1786 tarball=
1815 tarball=$OPTARG
1910 if [ -n "$rerun" -a -n "$tarball" ]; then
1922 if [ -n "$dryrun" -o -n "$rerun" -o -n "$tarball" -o \
1928 if [ -n "$dryrun" -o -n "$rerun" -o -n "$tarball" ]; then