[Apt-offline-devel] [SCM] Offline APT Package Manager branch, apt-offline-qt, updated. v0.9.9-110-gdeef88f

Ritesh Raj Sarraf rrs at researchut.com
Sat Aug 21 15:40:16 UTC 2010


The following commit has been merged in the apt-offline-qt branch:
commit deef88f74e31437b382bc7546ebd5b25497690d9
Author: Ritesh Raj Sarraf <rrs at researchut.com>
Date:   Sat Aug 21 21:09:32 2010 +0530

    pass simulate to InstallerArgs()

diff --git a/apt_offline_gui/UiDataStructs.py b/apt_offline_gui/UiDataStructs.py
index 7da84c3..38d6d43 100755
--- a/apt_offline_gui/UiDataStructs.py
+++ b/apt_offline_gui/UiDataStructs.py
@@ -68,7 +68,7 @@ class GetterArgs():
 '''
 # install opts
         Str_InstallArg = args.install
-        Bool_TestWindows = args.test_windows
+        Bool_TestWindows = args.simulate
         Bool_SkipBugReports = args.skip_bug_reports
         Bool_Untrusted = args.allow_unauthenticated
         Str_InstallSrcPath = args.install_src_path
@@ -76,12 +76,12 @@ class GetterArgs():
 
 class InstallerArgs():
 
-    def __init__(self, filename=None, test_windows=False, skip_bug_reports=True, allow_unauthenticated=False, install_src_path=None, progress_bar=None, progress_label=None):
+    def __init__(self, filename=None, skip_bug_reports=True, allow_unauthenticated=False, install_src_path=None, progress_bar=None, progress_label=None, simulate = False):
 
         self.install = filename
 
         # TODO: to be implemented in next revision
-        self.test_windows = test_windows
+        self.simulate = simulate 
         self.skip_bug_reports = skip_bug_reports
         self.allow_unauthenticated = allow_unauthenticated
         self.install_src_path = install_src_path

-- 
Offline APT Package Manager



More information about the apt-offline-devel mailing list