[Apt-offline-devel] [SCM] Offline APT Package Manager branch, master, updated. 0.9.4-13-ge2191dd

Ritesh Raj Sarraf rrs at researchut.com
Sun Oct 25 16:56:03 UTC 2009


The following commit has been merged in the master branch:
commit 608f8b7c1ee3dc681c640ef5accddb5d8812a08c
Author: Ritesh Raj Sarraf <rrs at researchut.com>
Date:   Sun Oct 25 17:13:45 2009 +0530

    no need of root for source operations

diff --git a/AptOfflineCoreLib.py b/AptOfflineCoreLib.py
index 894cfe4..827dc12 100644
--- a/AptOfflineCoreLib.py
+++ b/AptOfflineCoreLib.py
@@ -1251,9 +1251,6 @@ def setter(args):
         
         if List_SetInstallSrcPackages != None and List_SetInstallSrcPackages != []:
                 if platform.system() in supported_platforms:
-                        if os.geteuid() != 0:
-                                log.err( "This option requires super-user privileges. Execute as root or use sudo/su\n" )
-                                sys.exit(1)
                         package_list = ''
                         for pkg in List_SetInstallSrcPackages:
                                 package_list += pkg + ', '

-- 
Offline APT Package Manager



More information about the Apt-offline-devel mailing list