summaryrefslogtreecommitdiff
path: root/vars
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2024-06-30 07:30:10 +0200
committerChristian Breunig <christian@breunig.cc>2024-06-30 07:33:00 +0200
commitff75b076812582f31a78aeb5d8af636ce74883dc (patch)
treed829a31d4bdb91b0ff6acfc74dbd8217c1285ccf /vars
parent057db80447b3dd31d093092036ffa7f4c875f88a (diff)
downloadvyos-build-ff75b076812582f31a78aeb5d8af636ce74883dc.tar.gz
vyos-build-ff75b076812582f31a78aeb5d8af636ce74883dc.zip
T6527: remove legacy packages
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()