Bug 2348 - Set up a private git repository
Summary: Set up a private git repository
Status: RESOLVED FIXED
Alias: None
Product: Infrastructure
Classification: Unclassified
Component: App build systems (show other bugs)
Version: unspecified
Hardware: All All
: P3 - Within a week normal
Deadline: 2017-04-05
Assignee: Børre Gaup
URL: https://codesigning.guide
Keywords:
Depends on:
Blocks: 2347
  Show dependency treegraph
 
Reported: 2017-03-07 07:54 CET by Sjur Nørstebø Moshagen
Modified: 2017-04-25 14:16 CEST (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sjur Nørstebø Moshagen 2017-03-07 07:54:43 CET
We need a private git repository to hold shared signing credentials, cf the fastlane documentation: https://codesigning.guide

Using Github for this implies starting to pay for github, which is a PIT because of the UiT bureaucrazy, so I sugget we set up our own git repo server on gtsvn. Most of the interaction with the server is automatic/automatized anyway, we just need it to share the required data.

I put Børre on the task.
Comment 1 Sjur Nørstebø Moshagen 2017-03-29 08:32:59 CEST
Har det skjedd noko med denne saka? Eg set ein frist til neste onsdag, vi er avhengige av denne for å få arbeidet med å automatisera app-bygging m.m. på plass.
Comment 2 Børre Gaup 2017-03-29 09:54:07 CEST
This seems to be the way to go: http://www.jedi.be/blog/2009/05/06/8-ways-to-share-your-git-repository/#apachehttp
Comment 3 Sjur Nørstebø Moshagen 2017-03-29 11:42:28 CEST
(In reply to Børre Gaup from comment #2)
> This seems to be the way to go:
> http://www.jedi.be/blog/2009/05/06/8-ways-to-share-your-git-repository/
> #apachehttp

Alt er ok så lenge det går i hop med oppsettet til fastlane:)

NB! git-repoet må vera lukka!
Comment 4 Børre Gaup 2017-04-05 01:33:05 CEST
I ended up setting up gitosis: https://github.com/tv42/gitosis to administer git repos.
Comment 5 Sjur Nørstebø Moshagen 2017-04-05 10:10:49 CEST
The bug isn't fixed until we have the actual git repository in place :)
Comment 6 Børre Gaup 2017-04-25 14:16:27 CEST
The repo is up and running, using it with fastlane works, now closing this.