summaryrefslogtreecommitdiff
path: root/vars
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2024-06-30 07:30:10 +0200
committerMergify <37929162+mergify[bot]@users.noreply.github.com>2024-07-03 15:06:01 +0000
commit0d886bd13913f2ed886f88d03dd117831c32ccdd (patch)
tree9f4028b271dde3a03256d014d475e006a199c8db /vars
parenteb4882ad79361782e7e0b40a31d9c02b73a6fa1c (diff)
downloadvyos-build-0d886bd13913f2ed886f88d03dd117831c32ccdd.tar.gz
vyos-build-0d886bd13913f2ed886f88d03dd117831c32ccdd.zip
T6527: remove legacy packages
(cherry picked from commit ff75b076812582f31a78aeb5d8af636ce74883dc)
Diffstat (limited to 'vars')
-rw-r--r--vars/isCustomBuild.groovy2
1 files changed, 1 insertions, 1 deletions
diff --git a/vars/isCustomBuild.groovy b/vars/isCustomBuild.groovy
index c5e5fab7..c60ed883 100644
--- a/vars/isCustomBuild.groovy
+++ b/vars/isCustomBuild.groovy
@@ -17,7 +17,7 @@
def call() {
// Returns true if this is a custom build launched on any project fork.
// Returns false if this is build from git@github.com:vyos/<reponame>.
- // <reponame> can be e.g. vyos-1x.git or vyatta-op.git
+ // <reponame> can be e.g. vyos-1x.git
// GitHub organisation base URL
def gitURI = 'git@github.com:vyos/' + getGitRepoName()
def httpURI = 'https://github.com/vyos/' + getGitRepoName()