parallel-debian: Remove hack to remove FIFO

We now support named pipes.
This commit is contained in:
Colin Walters 2011-11-09 10:02:06 -05:00
parent a103218fd1
commit f9303c3633

View File

@ -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 ../..