[yast-commit] [ci_new_pac] JFYI yast2-registration -> sle12
Script 'mail_helper' called by ro Hello packager, This is just FYI. Your package was checked in in distribution "sle12" by autobuild-member: ro. Here comes the log... ---------------------------%<------------------------------ Hi, here is the log from ci_new_pac /mounts/work_src_done/SLE12/yast2-registration -> sle12 Changes: -------- --- /work/SRC/SUSE:SLE-12:GA/yast2-registration/yast2-registration.changes 2014-02-14 16:35:11.000000000 +0100 +++ /mounts/work_src_done/SLE12/yast2-registration/yast2-registration.changes 2014-02-14 17:27:30.000000000 +0100 @@ -1,0 +2,6 @@ +Fri Feb 14 16:09:13 UTC 2014 - lslezak@suse.cz + +- display progress when adding registered services +- 3.1.7 + +------------------------------------------------------------------- calling whatdependson for sle12-i586 Packages directly triggered for rebuild: - yast2-registration ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/SUSE:SLE-12:GA/yast2-registration (Old) and /mounts/work_src_done/SLE12/yast2-registration (BS:build ID:32821 MAIL:yast-commit@opensuse.org) (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "yast2-registration", Maintainer is "yast-commit@opensuse.org" Old: ---- yast2-registration-3.1.6.tar.bz2 New: ---- yast2-registration-3.1.7.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-registration.spec ++++++ --- /var/tmp/diff_new_pack.pvQpd2/_old 2014-02-14 17:57:48.000000000 +0100 +++ /var/tmp/diff_new_pack.pvQpd2/_new 2014-02-14 17:57:48.000000000 +0100 @@ -17,7 +17,7 @@ Name: yast2-registration -Version: 3.1.6 +Version: 3.1.7 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build ++++++ yast2-registration-3.1.6.tar.bz2 -> yast2-registration-3.1.7.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-registration-3.1.6/package/yast2-registration.changes new/yast2-registration-3.1.7/package/yast2-registration.changes --- old/yast2-registration-3.1.6/package/yast2-registration.changes 2014-02-14 15:45:18.000000000 +0100 +++ new/yast2-registration-3.1.7/package/yast2-registration.changes 2014-02-14 17:25:18.000000000 +0100 @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Fri Feb 14 16:09:13 UTC 2014 - lslezak@suse.cz + +- display progress when adding registered services +- 3.1.7 + +------------------------------------------------------------------- Fri Feb 14 14:31:09 UTC 2014 - lslezak@suse.cz - fixed mounting write copy of /etc/zypp at installation diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-registration-3.1.6/package/yast2-registration.spec new/yast2-registration-3.1.7/package/yast2-registration.spec --- old/yast2-registration-3.1.6/package/yast2-registration.spec 2014-02-14 15:45:18.000000000 +0100 +++ new/yast2-registration-3.1.7/package/yast2-registration.spec 2014-02-14 17:25:18.000000000 +0100 @@ -17,7 +17,7 @@ Name: yast2-registration -Version: 3.1.6 +Version: 3.1.7 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-registration-3.1.6/src/clients/inst_scc.rb new/yast2-registration-3.1.7/src/clients/inst_scc.rb --- old/yast2-registration-3.1.6/src/clients/inst_scc.rb 2014-02-14 15:45:18.000000000 +0100 +++ new/yast2-registration-3.1.7/src/clients/inst_scc.rb 2014-02-14 17:25:18.000000000 +0100 @@ -45,6 +45,8 @@ Yast.import "Wizard" Yast.import "Report" Yast.import "Mode" + Yast.import "Progress" + Yast.import "PackageCallbacks" # redirect the scc_api log to y2log SccApi::GlobalLogger.instance.log = Y2Logger.instance @@ -104,7 +106,22 @@ end end - add_services(product_services, credentials) + if !product_services.empty? + Progress.New( + # TRANSLATORS: dialog caption + _("Adding Registered Software Repositories"), + " ", + product_services.size, + [ _("Add Services") ], + [ _("Adding Services") ], + # TRANSLATORS: dialog help + _("<p>The repository manager is downloading registered repositories...</p>") + ) + + Progress.NextStage + add_services(product_services, credentials) + Progress.Finish + end end # add the services to libzypp and load (refresh) them @@ -120,6 +137,9 @@ product_service.services.each do |service| log.info "Adding service #{service.name.inspect} (#{service.url})" + # progress bar label + Progress.Title(_("Adding service %s...") % service.name) + # TODO FIXME: SCC currenly does not return credentials for the service, # just reuse the global credentials and save to a different file credentials.file = service.name + "_credentials" @@ -129,6 +149,8 @@ # refresh works only for saved services Pkg.ServiceSave(service.name) Pkg.ServiceRefresh(service.name) + + Progress.NextStep end end end continue with "q"... Checked in at Fri Feb 14 17:57:53 CET 2014 by ro Remember to have fun... -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
ro