On Sun, 2013-07-28 at 13:43 +0100, Jakub Zelenka wrote:
> please when you have time could you set up git repo for fann > extension? If you are busy, don't worry , I am working on other things > anyway. ;) Just bumping it. :) > I was a bit busy and lazy, but now: This repo was created on git.php.net: http://git.php.net/?p=pecl/tools/fann.git;a=summary Please go to this page to upload a public ssh key (if you haven't yet) https://master.php.net/manage/users.php?id=2749 After a short wait while the key synchronizes use steps like these to initialize the repository: (not tested, maybe you want to sync other branches, too etc.) $ cd fann $ git remote add SOME_NAME [email protected]:/pecl/tools/fann.git $ git push SOME_NAME master (Instead of ssh you might also use https, see the git.php.net repo site, but unless a proxy causes trouble ssh is more appropriate) After that check https://github.com/php/pecl-tools-fann to check whether the mirroring works. If there is an error somewhere I probably did something wrong, please send me the relevant error message :-) Thanks. johannes -- PECL development discussion Mailing List (http://pecl.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
