diff --git a/vars/cosaBuild.groovy b/vars/cosaBuild.groovy index 59a9819..5f481ae 100644 --- a/vars/cosaBuild.groovy +++ b/vars/cosaBuild.groovy @@ -19,14 +19,6 @@ def call(params = [:]) { shwrap("mkdir -p ${cosaDir}") - // if the cosa dir is the default, also add a symlink from /srv/fcos - // for backwards compatibility - shwrap(""" - if [ ${cosaDir} = /srv/coreos ]; then - ln -s coreos /srv/fcos - fi - """) - if (!params['skipInit']) { def branchArg = "" if (params['gitBranch']) { diff --git a/vars/fcosBuild.groovy b/vars/fcosBuild.groovy deleted file mode 120000 index fc61f6e..0000000 --- a/vars/fcosBuild.groovy +++ /dev/null @@ -1 +0,0 @@ -cosaBuild.groovy \ No newline at end of file diff --git a/vars/fcosKola.groovy b/vars/fcosKola.groovy deleted file mode 120000 index d0c1c38..0000000 --- a/vars/fcosKola.groovy +++ /dev/null @@ -1 +0,0 @@ -kola.groovy \ No newline at end of file diff --git a/vars/fcosKolaTestIso.groovy b/vars/fcosKolaTestIso.groovy deleted file mode 120000 index bdbfaff..0000000 --- a/vars/fcosKolaTestIso.groovy +++ /dev/null @@ -1 +0,0 @@ -kolaTestIso.groovy \ No newline at end of file