On Tue, Jan 21, 2014 at 2:50 PM, Matt Ficken <themattfic...@gmail.com> wrote:

> Yes, I am willing to move my repo from github.com/OSTC/PFTT2 to git.php.net.
>
> Let me know if you need any information from me to help to that.
>
> I don't know if I have karma to patch qaweb, so please check that.


I've created the (empty) repo on git.php.net, and given you karma to qaweb now.
The pftt2.git repo is writable by all php-src developers at the moment
since I assume this tool is mostly valuable to php-src devs.
If you'd like to change that, or add/remove anyone just let us know.
You being the defacto lead on the project its up to you of course.

Either that repo is enormous or github is really slow today...
Could you do the initial import?
Something along the lines of:
$ cd /to/your/existing/github/PFTT2
$ git remote add phpnet g...@git.php.net:/pftt2.git
$ git fetch phpnet
$ git checkout master
$ git push phpnet master

I notice you haven't uploaded your ssh key though, please do that
first: https://master.php.net/manage/users.php?username=mattficken

It may take 15-20 for the key to be deployed to the server, so please
try to 'push' 25min later :)

The repo will be mirrored, like all other git.php.net repos, on
github: https://github.com/php/pftt2


Let me know what you decide on the integration with qaweb.
We can export an environment token there to match against like we
generally do for other automated tasks, its a very simple setup :]

-Hannes

-- 
PHP Quality Assurance Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to