summaryrefslogtreecommitdiff
path: root/vars
diff options
context:
space:
mode:
authordd <dd@wx.tnyzeq.icu>2024-07-02 20:00:13 +0200
committerdd <dd@wx.tnyzeq.icu>2024-07-02 20:00:13 +0200
commit031d47dcf556248c47d9a72586ab7ce02044f26e (patch)
tree60ea16f9ad0e98fa83edcd6a54fccc5e65c67bbf /vars
parent3fba7a610046d8a4450f5b2a4cb2e12200efe76d (diff)
parent9d79c0c6090994640967cb2b4ace822efd611a3a (diff)
downloadvyos-build-031d47dcf556248c47d9a72586ab7ce02044f26e.tar.gz
vyos-build-031d47dcf556248c47d9a72586ab7ce02044f26e.zip
Merge branch 'vyos:current' into current
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 b1e6fe76..6ea3a9d8 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()