mirror of
https://github.com/ostreedev/ostree.git
synced 2025-02-02 13:47:38 +03:00
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;
|
||||
tar -x -z -C data -f data.tar.gz;
|
||||
cd data;
|
||||
rm -f dev/.initctl # Hack since we don't support committing named pipes
|
||||
$OSTREE --repo=../../repo commit -b "${archivename}" -s "Version ${debversion}"
|
||||
BRANCHES="$BRANCHES $archivename"
|
||||
cd ../..
|
||||
|
Loading…
x
Reference in New Issue
Block a user