[Mintegration-commits] r36 - queue-manager/trunk
feri at garage.maemo.org
feri at garage.maemo.org
Sun Nov 25 02:13:01 EET 2007
Author: feri
Date: 2007-11-25 02:13:01 +0200 (Sun, 25 Nov 2007)
New Revision: 36
Modified:
queue-manager/trunk/queue-manager-lib
Log:
removing unnecessary debug lines
Modified: queue-manager/trunk/queue-manager-lib
===================================================================
--- queue-manager/trunk/queue-manager-lib 2007-11-23 10:31:20 UTC (rev 35)
+++ queue-manager/trunk/queue-manager-lib 2007-11-25 00:13:01 UTC (rev 36)
@@ -908,7 +908,7 @@
echo "NotAutomatic: yes" >> "$ARCHIVE_DIR/dists/${PROJECT:+project/}$SUITE/$DIST/binary-$ARCH/Release.new"
fi
done
- mv "$ARCHIVE_DIR/dists/${PROJECT:+project/}$SUITE/$DIST/binary-$ARCH/Release.new" "$ARCHIVE_DIR/dists/${PROJECT:+project/}$SUITE/$DIST/binary-$ARCH/Release"
+ mv "$ARCHIVE_DIR/dists/${PROJECT:+project/}$SUITE/$DIST/binary-$ARCH/Release.new" "$ARCHIVE_DIR/dists/${PROJECT:+project/}$SUITE/$DIST/binary-$ARCH/Release"
done
done
cat > "$ARCHIVE_DIR/dists/${PROJECT:+project/}$SUITE/Release.new" <<EOF
@@ -928,14 +928,12 @@
echo "done"
if [ -f $_APT_DIR/$_APT_CONF ]; then
### FIXME ### we get a segmentation fault creating Contents for all
-echo "debug: fun starts here"
echo "debug: $_APT_DIR/$_APT_CONF"
- if LD_ASSUME_KERNEL=2.4.5 apt-ftparchive generate $_APT_DIR/$_APT_CONF ; then
+# if LD_ASSUME_KERNEL=2.4.5 apt-ftparchive generate $_APT_DIR/$_APT_CONF ; then
+ if apt-ftparchive generate $_APT_DIR/$_APT_CONF ; then
:
-echo "debug: no way it gets here"
else
- LD_ASSUME_KERNEL=2.4.5 apt-ftparchive generate $_APT_DIR/$_APT_CONF
-echo "debug: but maybe it gets here?"
+ apt-ftparchive generate $_APT_DIR/$_APT_CONF
fi
else
log "warning" "The needed apt.conf file ($_APT_DIR/$_APT_CONF) was not found"
More information about the Mintegration-commits
mailing list