- Timestamp:
- Jun 15, 2016, 3:47:54 PM (5 years ago)
- Location:
- germinate/trunk/fuentes/germinate
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
germinate/trunk/fuentes/germinate/archive.py
r169 r1918 1 # -*- coding: UTF-8 -*-1 # -*- coding: utf-8 -*- 2 2 """Representations of archives for use by Germinate.""" 3 3 -
germinate/trunk/fuentes/germinate/defaults.py
r169 r1918 1 # -*- coding: UTF-8 -*-1 # -*- coding: utf-8 -*- 2 2 """Defaults for Germinate.""" 3 3 … … 23 23 seeds_bzr = 'http://bazaar.launchpad.net/~ubuntu-core-dev/ubuntu-seeds/' 24 24 seeds_git = 'git://git.launchpad.net/~ubuntu-core-dev/ubuntu-seeds/+git/' 25 release = 'ubuntu. wily'25 release = 'ubuntu.xenial' 26 26 27 27 # If we need to download Packages.gz and/or Sources.gz, where do we get 28 28 # them from? 29 29 mirror = 'http://archive.ubuntu.com/ubuntu/' 30 dist = ' wily'30 dist = 'xenial' 31 31 arch = 'i386'
Note: See TracChangeset
for help on using the changeset viewer.