parallel-debian: Remove hack to remove FIFO
We now support named pipes.
This commit is contained in:
parent
a103218fd1
commit
f9303c3633
|
|
@ -132,7 +132,6 @@ if ! test -d ${OBJ}; then
|
||||||
ar x $d;
|
ar x $d;
|
||||||
tar -x -z -C data -f data.tar.gz;
|
tar -x -z -C data -f data.tar.gz;
|
||||||
cd data;
|
cd data;
|
||||||
rm -f dev/.initctl # Hack since we don't support committing named pipes
|
|
||||||
$OSTREE --repo=../../repo commit -b "${archivename}" -s "Version ${debversion}"
|
$OSTREE --repo=../../repo commit -b "${archivename}" -s "Version ${debversion}"
|
||||||
BRANCHES="$BRANCHES $archivename"
|
BRANCHES="$BRANCHES $archivename"
|
||||||
cd ../..
|
cd ../..
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue