Skip to content

Commit

Permalink
Delete compatibility symlinks for fcos-named things
Browse files Browse the repository at this point in the history
All the repos have been updated now, so we can drop the compat symlinks.
  • Loading branch information
jlebon committed Oct 13, 2022
1 parent 8dc6b0c commit 4617f3f
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 11 deletions.
8 changes: 0 additions & 8 deletions vars/cosaBuild.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -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']) {
Expand Down
1 change: 0 additions & 1 deletion vars/fcosBuild.groovy

This file was deleted.

1 change: 0 additions & 1 deletion vars/fcosKola.groovy

This file was deleted.

1 change: 0 additions & 1 deletion vars/fcosKolaTestIso.groovy

This file was deleted.

0 comments on commit 4617f3f

Please sign in to comment.