View | Details | Raw Unified | Return to bug 29633
Collapse All | Expand All

(-)a/branches/ucs-4.0/ucs-4.0-1/base/univention-updater/conffiles/etc/apt/mirror.list (-1 / +3 lines)
 Lines 29-35   try: Link Here 
29
			end = UCS_Version( end )
29
			end = UCS_Version( end )
30
		print mirror.print_version_repositories( clean = True, dists = False, start = start, end = end )
30
		print mirror.print_version_repositories( clean = True, dists = False, start = start, end = end )
31
		print mirror.print_security_repositories( clean = True, start = start, end = end, all_security_updates = True )
31
		print mirror.print_security_repositories( clean = True, start = start, end = end, all_security_updates = True )
32
		print mirror.print_errata_repositories( clean = True, start = UCS_Version('3.0-0'), end = UCS_Version('3.0-2'), all_errata_updates = True )
32
		ESTART, EEND = UCS_Version('3.0-0'), UCS_Version('3.0-2')
33
		if start <= EEND and end >= ESTART:
34
			print mirror.print_errata_repositories(clean=True, start=ESTART, end=EEND, all_errata_updates=True)
33
		print mirror.print_component_repositories(clean=True, start=start, end=end, for_mirror_list=True)
35
		print mirror.print_component_repositories(clean=True, start=start, end=end, for_mirror_list=True)
34
except Exception:
36
except Exception:
35
	print '# An error occurred during the repository check. The error message:'
37
	print '# An error occurred during the repository check. The error message:'
(-)a/branches/ucs-4.0/ucs-4.0-1/base/univention-updater/debian/changelog (-1 / +6 lines)
 Lines 1-3    Link Here 
1
univention-updater (10.0.53-16) unstable; urgency=low
2
3
  * Bug #29633: Stop mirroring UCS-3.0 errata repositories
4
5
 -- Philipp Hahn <hahn@univention.de>  Tue, 05 May 2015 15:21:28 +0200
6
1
univention-updater (10.0.53-15) unstable; urgency=low
7
univention-updater (10.0.53-15) unstable; urgency=low
2
8
3
  * Bug #38248: Fix major version number printing
9
  * Bug #38248: Fix major version number printing
4
- 

Return to bug 29633