summaryrefslogtreecommitdiff
path: root/vars
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2024-07-02 18:21:56 +0200
committerGitHub <noreply@github.com>2024-07-02 18:21:56 +0200
commit9d79c0c6090994640967cb2b4ace822efd611a3a (patch)
treee9517719856c1ff5b0b0bb775e9feb5ea1057f5d /vars
parent057db80447b3dd31d093092036ffa7f4c875f88a (diff)
parent9883b41b6713d17518e20259e83cf5db32080e79 (diff)
downloadvyos-build-9d79c0c6090994640967cb2b4ace822efd611a3a.tar.gz
vyos-build-9d79c0c6090994640967cb2b4ace822efd611a3a.zip
Merge pull request #680 from c-po/no-legacy
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()