update urls in some tooling files

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
This commit is contained in:
Jörn Friedrich Dreyer
2025-01-17 12:32:16 +01:00
parent 8b4e8f148f
commit fd62351555
3 changed files with 9 additions and 9 deletions

View File

@@ -766,7 +766,7 @@ def uploadScanResults(ctx):
"name": "clone",
"image": ALPINE_GIT,
"commands": [
# Always use the owncloud/ocis repository as base to have an up to date default branch.
# Always use the opencloud-eu/opencloud repository as base to have an up to date default branch.
# This is needed for the skipIfUnchanged step, since it references a commit on master (which could be absent on a fork)
"git clone https://github.com/%s.git ." % (ctx.repo.slug),
] + fork_handling +
@@ -2957,7 +2957,7 @@ def setupForLitmus():
}]
def getDroneEnvAndCheckScript(ctx):
ocis_git_base_url = "https://raw.githubusercontent.com/owncloud/ocis"
ocis_git_base_url = "https://raw.githubusercontent.com/opencloud-eu/opencloud"
path_to_drone_env = "%s/%s/.drone.env" % (ocis_git_base_url, ctx.build.commit)
path_to_check_script = "%s/%s/tests/config/drone/check_web_cache.sh" % (ocis_git_base_url, ctx.build.commit)
return {
@@ -3246,7 +3246,7 @@ def k6LoadTests(ctx):
if "skip" in config["k6LoadTests"] and config["k6LoadTests"]["skip"]:
return []
ocis_git_base_url = "https://raw.githubusercontent.com/owncloud/ocis"
ocis_git_base_url = "https://raw.githubusercontent.com/opencloud-eu/opencloud"
script_link = "%s/%s/tests/config/drone/run_k6_tests.sh" % (ocis_git_base_url, ctx.build.commit)
event_array = ["cron"]

View File

@@ -1,5 +1,5 @@
{
"name": "owncloud/ocis",
"name": "opencloud-eu/opencloud",
"config" : {
"platform": {
"php": "8.2"

View File

@@ -9,10 +9,10 @@ sonar.host.url=https://sonarcloud.io
# Meta-data for the project
# =====================================================
sonar.links.homepage=https://github.com/owncloud/ocis
sonar.links.ci=https://drone.owncloud.com/owncloud/ocis/
sonar.links.scm=https://github.com/owncloud/ocis
sonar.links.issue=https://github.com/owncloud/ocis/issues
sonar.links.homepage=https://github.com/opencloud-eu/opencloud
sonar.links.ci=https://drone.opencloud.eu/opencloud-eu/opencloud/
sonar.links.scm=https://github.com/opencloud-eu/opencloud
sonar.links.issue=https://github.com/opencloud-eu/opencloud/issues
# =====================================================
# Properties that will be shared amongst all modules
@@ -23,7 +23,7 @@ sonar.sources=.
# Pull Requests
sonar.pullrequest.provider=github
sonar.pullrequest.github.repository=owncloud/ocis
sonar.pullrequest.github.repository=opencloud-eu/opencloud
sonar.pullrequest.base=${env.SONAR_PULL_REQUEST_BASE}
sonar.pullrequest.branch=${env.SONAR_PULL_REQUEST_BRANCH}
sonar.pullrequest.key=${env.SONAR_PULL_REQUEST_KEY}