Don't distinguish between download type.
1.1 --- a/pypt_core.py Thu Jun 04 14:18:57 2009 +0530
1.2 +++ b/pypt_core.py Thu Jun 04 14:31:42 2009 +0530
1.3 @@ -1211,7 +1211,7 @@
1.4
1.5 if options.fetch_update:
1.6 if os.access( options.fetch_update, os.F_OK ):
1.7 - log.msg( "\nFetching packages which need upgradation\n\n" )
1.8 + log.msg( "\nFetching Requested Packages\n\n" )
1.9 # Since we're in fetch_update, the download_type will be non-deb/rpm data
1.10 # 1 is for update packages
1.11 # 2 is for upgrade packages
1.12 @@ -1223,7 +1223,7 @@
1.13
1.14 if options.fetch_upgrade:
1.15 if os.access(options.fetch_upgrade, os.F_OK):
1.16 - log.msg("\nFetching packages which need upgradation\n\n")
1.17 + log.msg("\nFetching Requested Packages\n\n")
1.18 # Since we're in fetch_update, the download_type will be non-deb/rpm data
1.19 # 1 is for update packages
1.20 # 2 is for upgrade packages