Hi David,
Do you have the privilege to create a new project on the https://gerrit-review.googlesource.com/ site?
If so, could you please create a new project named mirror/manifest whose description is "Manifest for mirroring that contains all the projects that are hosted on the Gerrit server."?
I wanna push a manifest file to this project at later.
Thanks.
Scott Fan
What exactly is the purpose of this mirror manifest? You want to include all the projects that are hosted on gerrit-review?
Yes, I am able to create projects, however I think I would prefer to leave it to one of the more longer-standing maintainers to decide if it would be appropriate to host such a project on gerrit-review.
What exactly is the purpose of this mirror manifest? You want to include all the projects that are hosted on gerrit-review?
Yes, I am able to create projects, however I think I would prefer to leave it to one of the more longer-standing maintainers to decide if it would be appropriate to host such a project on gerrit-review.
From: Scott Fan [mailto:fanc...@gmail.com]
Sent: Wednesday, February 27, 2013 4:25 PM
To: Pursehouse, David
Cc: repo-discuss
Subject: Request to create project mirror/manifest on the Gerrit box
Hi David,
Do you have the privilege to create a new project on the https://gerrit-review.googlesource.com/ site?
If so, could you please create a new project named mirror/manifest whose description is "Manifest for mirroring that contains all the projects that are hosted on the Gerrit server."?
I wanna push a manifest file to this project at later.
Thanks.
Scott Fan
--
--
To unsubscribe, email repo-discuss...@googlegroups.com
More info at http://groups.google.com/group/repo-discuss?hl=en
---
You received this message because you are subscribed to the Google Groups "Repo and Gerrit Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to repo-discuss...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
2013/2/27 Pursehouse, David <David.Pu...@sonymobile.com>What exactly is the purpose of this mirror manifest? You want to include all the projects that are hosted on gerrit-review?
Yes, I am able to create projects, however I think I would prefer to leave it to one of the more longer-standing maintainers to decide if it would be appropriate to host such a project on gerrit-review.
I think Shawn needs to approve this.
Hi guys,My real purpose is to clone all git projects on the https://gerrit.googlesource.com/ site as my local MIRROR repositories, not only just to get a list of the projects. We do have a lot of ways to achieve this goal, including using the REST API. But all of those, we need write some scripts, or need do a lot of steps.However, DO NOT forget the great repo tool, why not to use it?
With repo, only two commands can finish those, need not to write any extra scripts.
$ repo init -u https://gerrit.googlesource.com/mirror/manifest --mirror
$ repo syncRight now, we just need a new project named mirror/manifest hosting on the gerrit site. It only needs a 'master' branch, and a manifest file named default.xml(see attached pls).
It's so simple, no need of frequent maintenance.
Perhaps somebody needs to create a Gerrit plugin which automatically exposes a (set of) manifest dynamically?
Thomas
> Perhaps somebody needs to create a Gerrit plugin which automatically exposes a (set of) manifest dynamically?
Hi guys,My real purpose is to clone all git projects on the https://gerrit.googlesource.com/ site as my local MIRROR repositories, not only just to get a list of the projects. We do have a lot of ways to achieve this goal, including using the REST API. But all of those, we need write some scripts, or need do a lot of steps.
Dave said good. I do spent too much time writing the emails.
Cloning mirrors just is my first step, the more important for me is to keep mirrors latest ASAP. I prefer repo more than everything.
Maybe I want to be a lazybone, as a result, I became a target. Haha ...
Nobody agree my suggestion, I have to abandon my request here.
Sorry to bother everybody, please close this conversation.
Thanks.
Scott Fan
Mihai, thank you for your advice.
I'm not hating to write scripts myself, I just hate to maintain a pile of scripts written by myself.
In my opinion, the less I write scripts myself, the more convenience to me.
Scott Fan