summaryrefslogtreecommitdiff
path: root/aptget
diff options
context:
space:
mode:
authorIshan Jayawardena <udeshike@gmail.com>2011-06-13 15:16:14 +0530
committerIshan Jayawardena <udeshike@gmail.com>2011-06-13 15:16:14 +0530
commit9995c4a0bc2d8567ff9f11d338ad610754682372 (patch)
tree8c365793c339382270c998dcd8395dc3a4471943 /aptget
parentb8b21ea0d77e70b08948a594c6741252a39a6ca2 (diff)
added support for downloading debdelta files and queuing successfully downloaded debdeltas for processing with the debdelta apt method, in apt-pkg/acquire-item.{cc,h} in pkgAcqArchive class. Currently, no index for deltas are used. Proper progress reporting and methods to verify the debdeltas are yet to be added.
Diffstat (limited to 'aptget')
-rwxr-xr-xaptget2
1 files changed, 2 insertions, 0 deletions
diff --git a/aptget b/aptget
new file mode 100755
index 000000000..25272899d
--- /dev/null
+++ b/aptget
@@ -0,0 +1,2 @@
+#!/bin/bash
+LD_LIBRARY_PATH=./build/bin ./build/bin/apt-get -o Dir=/home/ishan/devel/apt/my/experiments/workingdir/rootdir -o Dir::Bin::methods=./build/bin/methods -o Dir::State::status=/home/ishan/devel/apt/my/experiments/workingdir/rootdir/var/lib/dpkg/status -o Dir::Bin::dpkg=fakeroot $*