Hashar has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/92647


Change subject: /var/lib/git -> /srv/ssd/gerrit
......................................................................

/var/lib/git -> /srv/ssd/gerrit

That is for the git-mwcore macro which run git archive to snapshot
mediawiki in the workspace. I fixed that path manually on lanthanum by
adding a symbolic link, this change updates the jobs.

Change-Id: Icd13ebf5b9094bb04ee0fe6f7cbd935ecbedde24
---
M macro.yaml
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/integration/jenkins-job-builder-config 
refs/changes/47/92647/1

diff --git a/macro.yaml b/macro.yaml
index 1cbe975..0d73884 100644
--- a/macro.yaml
+++ b/macro.yaml
@@ -52,7 +52,7 @@
         - shell: |
             #!/bin/bash -xe
             # Snapshot `remotes/origin/{branch}` in the job workspace
-            git archive --remote=/var/lib/git/mediawiki/core.git {branch} \
+            git archive --remote=/srv/ssd/gerrit/mediawiki/core.git {branch} \
                 | (cd "$WORKSPACE" && tar xf -)
 
 - builder:

-- 
To view, visit https://gerrit.wikimedia.org/r/92647
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Icd13ebf5b9094bb04ee0fe6f7cbd935ecbedde24
Gerrit-PatchSet: 1
Gerrit-Project: integration/jenkins-job-builder-config
Gerrit-Branch: master
Gerrit-Owner: Hashar <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to