mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2025-12-16 17:45:39 -06:00
update urls in some tooling files
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
This commit is contained in:
@@ -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"]
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "owncloud/ocis",
|
||||
"name": "opencloud-eu/opencloud",
|
||||
"config" : {
|
||||
"platform": {
|
||||
"php": "8.2"
|
||||
|
||||
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user