[ 
http://mifosforge.jira.com/browse/MIFOSADMIN-154?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=64414#action_64414
 ] 

Michael Vorburger edited comment on MIFOSADMIN-154 at 2/4/11 1:41 PM:
----------------------------------------------------------------------

may be I'm not getting it (still learning Git...), but isn't this as simple as  
:

1. Create an account named e.g. 'mifos' on github.  Gen. a new keypair and put 
pub on github and private on ci.

2. one time set-up something like (NOT tested) :

cd somewhere
git clone git://mifos.git.sourceforge.net/gitroot/mifos/head
git remote add github git://[email protected]:mifos/mifos-head.git 

3. and then setting up a new Hudson job which regularly (on every change) 
launches some two line pull-push.sh which does something like (NOT tested) :

cd somewhere
git pull origin
git push github

      was (Author: vorburger):
    may be I'm not getting it (still learning Git...), but isn't this as simple 
as  :

1. Create an account named e.g. 'mifos' on github.  Gen. a new keypair and put 
pub on github and private on ci.

2. one time set-up something like (NOT tested) :

cd somewhere
git clone git://mifos.git.sourceforge.net/gitroot/mifos/head
git remote add github git://[email protected]:vorburger/mifos-head.git 

3. and then setting up a new Hudson job which regularly (on every change) 
launches some two line pull-push.sh which does something like (NOT tested) :

cd somewhere
git pull origin
git push github
  
> as a contributor, I want to access Mifos source code via up-to-date github 
> clones because github is more convienient for me to use behind a corporate 
> firewall
> --------------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: MIFOSADMIN-154
>                 URL: http://mifosforge.jira.com/browse/MIFOSADMIN-154
>             Project: mifos administration
>          Issue Type: New Feature
>            Reporter: Adam Monsen
>            Assignee: Adam Monsen
>   Original Estimate: 2 days
>  Remaining Estimate: 2 days
>
> Document and implement a means for automatically maintaining clones of Mifos 
> git repositories at sf.net to Github (ie: regularly pull from sf.net, push to 
> github).

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://mifosforge.jira.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

------------------------------------------------------------------------------
The modern datacenter depends on network connectivity to access resources
and provide services. The best practices for maximizing a physical server's
connectivity to a physical network are well understood - see how these
rules translate into the virtual world? 
http://p.sf.net/sfu/oracle-sfdevnlfb
_______________________________________________
Mifos-issues mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mifos-issues

Reply via email to