Warning: Can't synchronize with repository "(default)" (/home/git/ome.git does not appear to be a Git repository.). Look in the Trac log for more information.
Notice: In order to edit this ticket you need to be either: a Product Owner, The owner or the reporter of the ticket, or, in case of a Task not yet assigned, a team_member"

Task #11280 (closed)

Opened 11 years ago

Closed 11 years ago

Fix OMERO.searcher repo permissions so SCC can merge PRs

Reported by: spli Owned by: spli
Priority: critical Milestone: Testing and Docs
Component: General Version: 4.4.8
Keywords: n.a. Cc:
Resources: n.a. Referenced By: n.a.
References: n.a. Remaining Time: n.a.
Sprint: Testing and Docs (2)

Description

OMERO.searcher merge builds: #11227

Due to a problem with GitHub? permissions and SCC I'm performing the PR merging manually and force pushing to a branch using this script (run from the root directory of an existing omero-searcher checkout):

#!/bin/sh

set -e
set -x

BRANCH=manual-scc-merge-all

git fetch origin

git checkout origin/master
git branch -D $BRANCH || true
git checkout -b $BRANCH

scc merge --default all master
git push -f origin $BRANCH

The solution is to fix the permissions on the private forked repos when someone has time.

Change History (2)

comment:1 Changed 11 years ago by spli

  • Sprint changed from Testing and Docs (1) to Testing and Docs (2)

Referencing ticket #11217 has changed sprint.

comment:2 Changed 11 years ago by spli

  • Resolution set to fixed
  • Status changed from new to closed

Fixed on hudson.

Note: See TracTickets for help on using tickets. You may also have a look at Agilo extensions to the ticket.

1.3.13-PRO © 2008-2011 Agilo Software all rights reserved (this page was served in: 0.121717 sec.)

We're Hiring!