Re: Logo?

2014-03-12 Thread Cameron Goodale
Chris, It is funny you brought this up because I was mulling this over myself and thought it might be a good idea to reach out to a Graphic Arts student at a university or trade school and ask them to design the logo for us. We give them an opportunity to build their portfolio while helping out o

Logo?

2014-03-12 Thread Chris Mattmann
Hey Guys, Really excited about the graduation and thanks to Andrew for updating the website recently with the TLP news etc. Got me thinking looking at the website: clean, bootstrap, very nice. I'm wondering though - what about a logo? What about demos of the system? What about some CSS and snazz?

Re: Our new repository is a bit bloated

2014-03-12 Thread Michael Joyce
Awesome, I'm glad we got this sorted out. Thanks for all the hard work! -- Joyce On Wed, Mar 12, 2014 at 2:45 PM, denis.nadeau wrote: > Happy to be your project guinea pig ! :-> > > After recompiling "git" with "libcurl" (./configure --with-curl) I was > able to push the changes. You need cu

Re: Our new repository is a bit bloated

2014-03-12 Thread denis.nadeau
Happy to be your project guinea pig ! :-> After recompiling "git" with "libcurl" (./configure --with-curl) I was able to push the changes. You need curl to get access to https (seems like). Your git remote command was very useful. I did not have to clone the repo and copy my files over and r

Re: We've successfully moved to Git

2014-03-12 Thread Cameron Goodale
Mike, Thanks for the clarification here. I put some of this info onto a new CLIMATE Developer Guide wiki page [1], it is still a work in progress, but I outlined how I was able to create a pull request on Github last week. I also put the new committer link in the page as well so people can find

Re: Our new repository is a bit bloated

2014-03-12 Thread Michael Joyce
Ah good, we're getting close! We'd be even closer if I hadn't messed up in a previous git related email! Our git://git.apache.org/climate.git mirror is our read only git mirror. That would explain why you aren't able to write to it. We need to use: https://git-wip-us.apache.org/repos/asf/climate.

Re: We've successfully moved to Git

2014-03-12 Thread Michael Joyce
HI all, Quick gotcha here. I'm included the incorrect URL. The above git:// URL is for our READ ONLY git mirror. Using this wont get you very far. Per [1], instead use git clone https://git-wip-us.apache.org/repos/asf/climate.git or the http version if you aren't a committer. Sorry for the conf

Re: Our new repository is a bit bloated

2014-03-12 Thread denis.nadeau
Joyce, This is great introduction and will help other SVN/CVS developers. (I did not know you had to "git add" every changes.) Right now, I just can't push to github. I think it might be a configuration issue. Do you need my ssh keys or something for me to 'push'? git push origin mas

Re: Our new repository is a bit bloated

2014-03-12 Thread Michael Joyce
Ah, let me explain since git is just a bit different from SVN. When you commit in git you aren't actually committing to the primary server like you are in SVN. You're committing to your local working copy. In order to mirror those changes to the ASF you will need to run "git push". So "git status"

Re: Our new repository is a bit bloated

2014-03-12 Thread denis.nadeau
Joyce, I did commit the change and also remove "rm" the .nc files. I did not see an email either. Here are the 3 commands I used 1. git add 2. git commit 3. git rm I guess "git rm" does not need a commit command. When I run "git status" I get this message. I am not sure what "ahead of 'o

Re: Our new repository is a bit bloated

2014-03-12 Thread Michael Joyce
Awesome Denis thanks much. I will play around with this more soon and see if I can't strip out some more files. Did you push your changes up to the repo? I didn't see a commit email come through, but I'm not certain my filters are working correctly with the mailing list migrations. -- Joyce On

Re: Our new repository is a bit bloated

2014-03-12 Thread denis.nadeau
Joyce, I deleted the .nc files found in my example directory for TRMM and ECMWF. I have installed a README file and explain users how to retrieve the data from the original data provider.TRMM is pretty straightforward, but for ECMWF you need to register, obtain a key and download their P