From ff75b076812582f31a78aeb5d8af636ce74883dc Mon Sep 17 00:00:00 2001 From: Christian Breunig Date: Sun, 30 Jun 2024 07:30:10 +0200 Subject: T6527: remove legacy packages --- vars/isCustomBuild.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vars') 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/. - // can be e.g. vyos-1x.git or vyatta-op.git + // 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() -- cgit v1.2.3