diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2013-11-10 09:33:47 +0100 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2013-11-10 09:33:47 +0100 |
commit | 30d2c5419428adbafc55dafea90b54493af6099b (patch) | |
tree | b6a0c2dbc4b14949b3d46a78b9e242e5a537229b /components | |
parent | aaa3b7382f599f53bfe3f86bea021f72a8144b6a (diff) | |
download | vyos-live-build-30d2c5419428adbafc55dafea90b54493af6099b.tar.gz vyos-live-build-30d2c5419428adbafc55dafea90b54493af6099b.zip |
Pre-emptively removing occurances of the short name of the Debian derivative from Canonical that cannot be named.
Diffstat (limited to 'components')
-rwxr-xr-x | components/init | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/init b/components/init index 4d3699929..cfaf11477 100755 --- a/components/init +++ b/components/init @@ -61,7 +61,6 @@ def main(): # FIXME hardcoded release information default_distribution = { 'debian' : 'wheezy', 'progress-linux' : 'baureo', - 'ubuntu' : 'saucy', } distribution = default_distribution[project] |