[Apt-offline-devel] [SCM] Offline APT Package Manager branch, master, updated. 0.9.6-34-g40de43b

Ritesh Raj Sarraf rrs at researchut.com
Mon Mar 15 12:04:12 UTC 2010


The following commit has been merged in the master branch:
commit 1e9ee07ca04ec1e3499e12bcf8445655921599ff
Author: Ritesh Raj Sarraf <rrs at researchut.com>
Date:   Mon Mar 15 02:13:57 2010 +0530

    add --bundle and --download-dir options to install target

diff --git a/apt-offline-tests.sh b/apt-offline-tests.sh
index 0e97d0c..de72384 100644
--- a/apt-offline-tests.sh
+++ b/apt-offline-tests.sh
@@ -79,17 +79,29 @@ get_features () {
 }
 
 install_features () {
-	echo "Executing command 'install $URI --verbose --skip-bug-reports'"
-	$APT_OFFLINE install $URI --verbose --skip-bug-reports
+	echo "Executing command 'install $DOWNLOAD_DIR --verbose --skip-bug-reports'"
+	$APT_OFFLINE install $DOWNLOAD_DIR --verbose --skip-bug-reports
 
-	echo "Executing command 'install $URI --simulate --skip-bug-reports'"
-	$APT_OFFLINE install $URI --simulate --skip-bug-reports
+	echo "Executing command 'install $DOWNLOAD_DIR --simulate --skip-bug-reports'"
+	$APT_OFFLINE install $DOWNLOAD_DIR --simulate --skip-bug-reports
 
-	echo "Executing command 'install $URI --skip-bug-reports'"
-	$APT_OFFLINE install $URI --simulate --skip-bug-reports
+	echo "Executing command 'install $DOWNLOAD_DIR --skip-bug-reports'"
+	$APT_OFFLINE install $DOWNLOAD_DIR --simulate --skip-bug-reports
 
-	echo "Executing command 'install $URI --skip-bug-reports --allow-unauthenticated'"
-	$APT_OFFLINE install $URI --simulate --skip-bug-reports  --allow-unauthenticated
+	echo "Executing command 'install $DOWNLOAD_DIR --skip-bug-reports --allow-unauthenticated'"
+	$APT_OFFLINE install $DOWNLOAD_DIR --simulate --skip-bug-reports  --allow-unauthenticated
+
+	echo "Executing command 'install $BUNDLE_FILE --verbose --skip-bug-reports'"
+	$APT_OFFLINE install $BUNDLE_FILE --verbose --skip-bug-reports
+
+	echo "Executing command 'install $BUNDLE_FILE --simulate --skip-bug-reports'"
+	$APT_OFFLINE install $BUNDLE_FILE --simulate --skip-bug-reports
+
+	echo "Executing command 'install $BUNDLE_FILE --skip-bug-reports'"
+	$APT_OFFLINE install $BUNDLE_FILE --simulate --skip-bug-reports
+
+	echo "Executing command 'install $BUNDLE_FILE --skip-bug-reports --allow-unauthenticated'"
+	$APT_OFFLINE install $BUNDLE_FILE --simulate --skip-bug-reports  --allow-unauthenticated
 }
 
 install_features_prompt () {

-- 
Offline APT Package Manager



More information about the Apt-offline-devel mailing list