summaryrefslogtreecommitdiff
path: root/functions
diff options
context:
space:
mode:
authorDaniel Baumann <mail@daniel-baumann.ch>2015-08-10 21:31:17 +0200
committerDaniel Baumann <mail@daniel-baumann.ch>2015-08-10 21:31:21 +0200
commit421419c7fc96df18c422102a52879dd6860725a6 (patch)
tree3edd25d85befdd16b36916e098e52a035c04b781 /functions
parent44ab7590386050c06b828a1b37bbbc8d1c45f5ae (diff)
downloadvyos-live-build-421419c7fc96df18c422102a52879dd6860725a6.tar.gz
vyos-live-build-421419c7fc96df18c422102a52879dd6860725a6.zip
Getting rid of hard-coded release numbers and using /etc/os-release instead (Closes: #790860).
Unfortunately VERSION_ID on testing/unstable is currently not included in /etc/os-release, see #795124.
Diffstat (limited to 'functions')
-rwxr-xr-xfunctions/releases.sh18
1 files changed, 0 insertions, 18 deletions
diff --git a/functions/releases.sh b/functions/releases.sh
deleted file mode 100755
index 771413357..000000000
--- a/functions/releases.sh
+++ /dev/null
@@ -1,18 +0,0 @@
-#!/bin/sh
-
-## live-build(7) - System Build Scripts
-## Copyright (C) 2006-2015 Daniel Baumann <mail@daniel-baumann.ch>
-##
-## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
-## This is free software, and you are welcome to redistribute it
-## under certain conditions; see COPYING for details.
-
-
-# Debian releases
-RELEASE_jessie="8"
-RELEASE_stretch="9"
-RELEASE_sid="unstable"
-
-# Progress Linux releases
-RELEASE_baureo="2"
-RELEASE_cairon="3"