Read-only access is available from git://github.com/elavoie/Tachyon.git
Erick
Afficher les réponses par date
On 2011-04-06, at 1:17 AM, Erick Lavoie wrote:
Read-only access is available from git://github.com/elavoie/Tachyon.git
Can we get commit access? My git username is dufour.
Also, I thought we agreed that only the source code should be migrated to github. Unfortunately, that doesn't appear to be the case.
Bruno
On 2011-04-06, at 7:40 AM, Bruno Dufour wrote:
On 2011-04-06, at 1:17 AM, Erick Lavoie wrote:
Read-only access is available from git://github.com/elavoie/Tachyon.git
Can we get commit access? My git username is dufour.
Also, I thought we agreed that only the source code should be migrated to github. Unfortunately, that doesn't appear to be the case.
Three additional remarks :
1) Everyone should set their git personal info, e.g. :
$ git config --global user.name "Bruno Dufour" $ git config --global user.email "dufour@iro.umontreal.ca"
(Maxime: I notice you haven't done this, and I suspect that's the reason github is not showing detailed information for you)
2) We need a license ASAP. I can talk about some options in today's meeting.
3) It seems that creating an open-source organization is free on github, in case we want to use that feature to control access to our repository.
Bruno
On 2011-04-06, at 8:29 AM, Bruno Dufour wrote:
On 2011-04-06, at 7:40 AM, Bruno Dufour wrote:
On 2011-04-06, at 1:17 AM, Erick Lavoie wrote:
Read-only access is available from git://github.com/elavoie/Tachyon.git
Can we get commit access? My git username is dufour.
Also, I thought we agreed that only the source code should be migrated to github. Unfortunately, that doesn't appear to be the case.
Three additional remarks :
- Everyone should set their git personal info, e.g. :
$ git config --global user.name "Bruno Dufour" $ git config --global user.email "dufour@iro.umontreal.ca"
(Maxime: I notice you haven't done this, and I suspect that's the reason github is not showing detailed information for you)
We need a license ASAP. I can talk about some options in today's meeting.
It seems that creating an open-source organization is free on github, in case we want to use that feature to control access to our repository.
All good points.
If I understand correctly Erick is just trying out github. The "official" Tachyon git repo URL should not have "elavoie" in the URL! Can we create a tachyon user?
Marc
All good points.
If I understand correctly Erick is just trying out github. The "official" Tachyon git repo URL should not have "elavoie" in the URL! Can we create a tachyon user?
Exact. And Olivier asked me for a url to clone from and unfortunately there is some user permission problems that prevented me from simply making the repository available read-only to everyone. So the current github repository can be temporarily used for that purpose.
I'll check for the user issue.
Erick
Marc
Tachyon-list mailing list Tachyon-list@iro.umontreal.ca https://webmail.iro.umontreal.ca/mailman/listinfo/tachyon-list
On 2011-04-06, at 10:10 , Erick Lavoie wrote:
All good points.
If I understand correctly Erick is just trying out github. The "official" Tachyon git repo URL should not have "elavoie" in the URL! Can we create a tachyon user?
Exact. And Olivier asked me for a url to clone from and unfortunately there is some user permission problems that prevented me from simply making the repository available read-only to everyone. So the current github repository can be temporarily used for that purpose.
Anything we can get the tech support staff to fix? Eventually, that repository will probably be used for papers etc, so we probably want it to remain functional.
Bruno
On 2011-04-06, at 8:36 , Marc Feeley wrote:
On 2011-04-06, at 8:29 AM, Bruno Dufour wrote:
On 2011-04-06, at 7:40 AM, Bruno Dufour wrote:
On 2011-04-06, at 1:17 AM, Erick Lavoie wrote:
Read-only access is available from git://github.com/elavoie/Tachyon.git
Can we get commit access? My git username is dufour.
Also, I thought we agreed that only the source code should be migrated to github. Unfortunately, that doesn't appear to be the case.
Three additional remarks :
- Everyone should set their git personal info, e.g. :
$ git config --global user.name "Bruno Dufour" $ git config --global user.email "dufour@iro.umontreal.ca"
(Maxime: I notice you haven't done this, and I suspect that's the reason github is not showing detailed information for you)
We need a license ASAP. I can talk about some options in today's meeting.
It seems that creating an open-source organization is free on github, in case we want to use that feature to control access to our repository.
All good points.
If I understand correctly Erick is just trying out github.
Sure, but the repos is still public and appears in search results, so the license issue needs to be fixed at least.
The "official" Tachyon git repo URL should not have "elavoie" in the URL! Can we create a tachyon user?
We can create a tachyon organisation, and have our accounts linked to it. As long as the organisation is open-source, it's all free of charge. We should probably look into that.
Bruno