One more thing now the repository is configured as read-only. On Mon, Apr 30, 2012 at 1:24 AM, Mohammad Nour El-Din < nour.moham...@gmail.com> wrote:
> > > On Sun, Apr 29, 2012 at 11:04 PM, David Nalley <david.nal...@citrix.com>wrote: > >> Hi Mohammad - Thanks for all of your hard work - I am traveling a good >> bit this week but please don't hesitate to drop me an email or ping me >> on IRC should you need me. Getting all of this up and running is one of >> my primary goals for the next week or so. >> > > Sure, I can say that repo is up again now, but all branches are there and > we need to delete all other ones that we don't need. Don't worry I will > work on that. > > >> >> Since we have the mailing lists up - lets move future communications on >> this to -dev. >> > > Sure > > >> >> I don't think it's within your realm of responsibility, but how do we >> get accounts setup, that's still a blocker for us from working on an >> ASF-hosted repo. We are currently seeing 50-75 commits a week and simply >> can't let those pile up for an undetermined length of time while waiting >> on account creation. >> > > I am already looking into this. will update you ASAP. > > >> >> --David >> >> On 04/29/2012 04:07 PM, Mohammad Nour El-Din wrote: >> > Update: >> > >> > The repository has been removed, found an problem to make it read-only, >> > so I am redoing the whole thing from scratch. will update you when done. >> > >> > On Sun, Apr 29, 2012 at 8:14 PM, Mohammad Nour El-Din >> > <nour.moham...@gmail.com <mailto:nour.moham...@gmail.com>> wrote: >> > >> > All done: >> > 1-Master >> > 2- 3.0.x >> > 3- 3.0.1 >> > >> > Are all puushed [1] >> > >> > Now I am working on making the repository read-only >> > >> > >> > [1] >> > - >> http://git-wip-us.apache.org/repos/asf?p=incubator-cloudstack.git;a=summary >> > >> > On Wed, Apr 25, 2012 at 2:08 AM, Mohammad Nour El-Din >> > <nour.moham...@gmail.com <mailto:nour.moham...@gmail.com>> wrote: >> > >> > >> > >> > On Wed, Apr 25, 2012 at 1:54 AM, David Nalley >> > <david.nal...@citrix.com <mailto:david.nal...@citrix.com>> >> wrote: >> > >> > create a bare repo >> > >> > then on your local machine: >> > >> > git clone http://git.cloud.com/cloudstack-oss >> > >> > then add the ASF repo >> > git remote add asf u...@git.apache.org/cloudstack.git >> > <http://u...@git.apache.org/cloudstack.git> >> > >> > then push the branches you wish >> > git push -f -v asf master >> > git checkout 3.0.x >> > git push -f -v asf 3.0.x >> > git checkout 3.0.1 >> > git push -f -v asf 3.0.1 >> > >> > You can run the above pushes with -n if you so wish. >> > >> > >> > Thanks for the detailed info >> > >> > >> > >> > Do all of the initial committer accounts exist? >> > I really want to make our repo read only for those branches >> > before you >> > migrate. >> > >> > >> > I am not sure yet, I need to check >> > >> > >> > >> > --David >> > >> > >> > >> > >> > On 04/24/2012 07:45 PM, Kevin Kluge wrote: >> > > +Frank and Pradeep, who may also be able to help. >> > > >> > > >> > > >> > > Guys, Mohammad is setting up the CloudStack repo at >> Apache. >> > > >> > > >> > > >> > > I suppose we have to drag over all branches(?). Or maybe >> > we bring them >> > > over, then delete the branches we don’t care about? >> > > >> > > >> > > >> > > -kevin >> > > >> > > >> > > >> > > >> > > >> > > *From:*Mohammad Nour El-Din >> > [mailto:nour.moham...@gmail.com >> > <mailto:nour.moham...@gmail.com>] >> > > *Sent:* Tuesday, April 24, 2012 4:32 PM >> > > *To:* David Nalley >> > > *Cc:* Kevin Kluge >> > > *Subject:* Re: git repo >> > > >> > > >> > > >> > > Hey... >> > > >> > > >> > > >> > > Today I created the cloudstack git repo, still empty >> > and not tested >> > > yet, moving code to it at the moment >> > > >> > > >> > > >> > > But I have one question, and please bare with me as I am >> > myself new to >> > > Git, I have solid Mercurial background though >> > > >> > > >> > > >> > > Now I created a bare repo from [1] like this >> > > >> > > >> > > >> > > clone --bare --branch >> > > master http://git.cloud.com/cloudstack-oss cloudstack.git >> > > >> > > >> > > >> > > Although I specified the master branch but I still can see >> > all branches >> > > with 'master' as the current, I know this might be a >> > newbie question, >> > > but thats whay I took the change to help so I can learn. >> > > >> > > >> > > >> > > Looking forward to your reply >> > > >> > > >> > > >> > > [1] - http://git.cloud.com/cloudstack-oss >> > > >> > > On Mon, Apr 23, 2012 at 6:58 PM, Mohammad Nour El-Din >> > > <nour.moham...@gmail.com <mailto:nour.moham...@gmail.com> >> > <mailto:nour.moham...@gmail.com >> > <mailto:nour.moham...@gmail.com>>> wrote: >> > > >> > > Hi David... >> > > >> > > >> > > >> > > On Mon, Apr 23, 2012 at 5:03 PM, David Nalley >> > <david.nal...@citrix.com <mailto:david.nal...@citrix.com> >> > > <mailto:david.nal...@citrix.com >> > <mailto:david.nal...@citrix.com>>> wrote: >> > > >> > > Hi Mohammad, >> > > >> > > I wanted to reach out to you and see what needed to happen >> > for us to >> > > move forward on the git repo? >> > > >> > > >> > > Based on the emails that have flowed back and forth I >> > don't know if >> > > folks are waiting on 'us' or something else. >> > > >> > > >> > > >> > > Yes I volunteered to create the repository, which will >> > work on it today >> > > when get back home, didn't have time last week and I >> > needed to have >> > > access to do that anyway. >> > > >> > > >> > > >> > > >> > > From my POV - I guess we need accounts created so that >> > all of the >> > > initial committers can commit. We'd then need to >> freeze >> > > git.cloud.com <http://git.cloud.com> >> > <http://git.cloud.com>; >> > > migrate the branches; proceed from there. >> > > >> > > Based on the ICLA tracking page here: >> > > >> > >> http://wiki.cloudstack.org/display/dev/Tracking+ASF+ICLA+Submissions >> > > >> > > We still have two folks who are on the initial >> > committers list who >> > > haven't signed, but they are on extended vacations, so >> > it may be >> > > sometime until we get their ICLA signed and processed. >> > > >> > > Real question is - what needs to be done on my/our end >> > to move this >> > > along? >> > > >> > > >> > > >> > > For the repository (see my comment above), for ICLA(s) >> > followups I can >> > > check if they are all already filed or not. >> > > >> > > >> > > >> > > I will get in touch with you on IRC today >> > > >> > > >> > > >> > > >> > > --David >> > > >> > > >> > > >> > > >> > > >> > > -- >> > > Thanks >> > > - Mohammad Nour >> > > ---- >> > > "Life is like riding a bicycle. To keep your balance you >> > must keep moving" >> > > - Albert Einstein >> > > >> > > >> > > >> > > >> > > >> > > -- >> > > Thanks >> > > - Mohammad Nour >> > > ---- >> > > "Life is like riding a bicycle. To keep your balance you >> > must keep moving" >> > > - Albert Einstein >> > > >> > >> > >> > >> > >> > -- >> > Thanks >> > - Mohammad Nour >> > ---- >> > "Life is like riding a bicycle. To keep your balance you must >> > keep moving" >> > - Albert Einstein >> > >> > >> > >> > >> > -- >> > Thanks >> > - Mohammad Nour >> > ---- >> > "Life is like riding a bicycle. To keep your balance you must keep >> > moving" >> > - Albert Einstein >> > >> > >> > >> > >> > -- >> > Thanks >> > - Mohammad Nour >> > ---- >> > "Life is like riding a bicycle. To keep your balance you must keep >> moving" >> > - Albert Einstein >> > >> >> > > > -- > Thanks > - Mohammad Nour > ---- > "Life is like riding a bicycle. To keep your balance you must keep moving" > - Albert Einstein > > -- Thanks - Mohammad Nour ---- "Life is like riding a bicycle. To keep your balance you must keep moving" - Albert Einstein