summaryrefslogtreecommitdiffstats
path: root/helper
diff options
context:
space:
mode:
authorChristian Rößler2014-02-11 16:24:28 +0100
committerChristian Rößler2014-02-11 16:24:28 +0100
commita99bf124224d3b54a4075a1ce889375fef3bbb3e (patch)
tree4580820d0bedb52a3056518da9facf85004c0c3b /helper
parent[distribution.inc] Added SYS_CODENAME: Ubuntu eg. -> raring, openSuse eg. -> ... (diff)
downloadtm-scripts-a99bf124224d3b54a4075a1ce889375fef3bbb3e.tar.gz
tm-scripts-a99bf124224d3b54a4075a1ce889375fef3bbb3e.tar.xz
tm-scripts-a99bf124224d3b54a4075a1ce889375fef3bbb3e.zip
[helper/distribution.inc] Comment: Why this has not meen moved.
Diffstat (limited to 'helper')
-rw-r--r--helper/distribution.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/helper/distribution.inc b/helper/distribution.inc
index 51a01eae..5c371fcf 100644
--- a/helper/distribution.inc
+++ b/helper/distribution.inc
@@ -1,2 +1,4 @@
# Get simple distribution name
+# This is not also being used via ./openslx, not only via ./mltk,
+# so it has not been moved to remote/includes.
SYS_DISTRIBUTION=$(lsb_release -is | tr '[A-Z]' '[a-z]' | sed -r 's/[^a-z0-9]//g;s/project$//g;s/scientificsl$/scientific/g')