Thank you Goubier. Iâm very sorry again for bothering, but I canât compose the workflow. Usually my workflow is like that: 1. CI is building the image from the MC configuration testing and zipping it. 2. I download the image and code the project. 3. I commit my stuff to the repository that is already available in the image (because of CI) and it goes back to step 1. (I donât download the fresh image every time I commit, but I always start a day from fresh image) I donât really see how I can do that with git. If anyone can send me his workflow with git Iâd be great full. Uko On 28 Feb 2014, at 08:59, Goubier Thierry <thierry.goubier@cea.fr> wrote:
Le 27/02/2014 17:23, Yuriy Tymchuk a écrit :
Or wait. Do you have to have credentials also for reading?
I'm not sure. I tried once and it asked for credentials; I tried another way and it didn't, so I can't confirm.
A simple solution, available now without git support:
- github: urls in Metacello
From the comment in Metacello
"self parseLocation: 'github://dalehenrich/MetacelloRepository:master/monticello/repos/itory/path' version: nil"
It does everything you need in a read-only case over github. For example, to load SmaCC from github, using the following url in a configuration works:
'github://ThierryGoubier/SmaCC:master'
So I'd say that there is no need for https support in Gitfiletree.
Thierry
On 27 Feb 2014, at 17:22, Yuriy Tymchuk <yuriy.tymchuk@me.com <mailto:yuriy.tymchuk@me.com>> wrote:
Ok, is it possible to see with OSProcess if you are asked for input? This way we can just abort the process and notify the user that we are not working with credentials
Uko
On 27 Feb 2014, at 17:16, Goubier Thierry <thierry.goubier@cea.fr <mailto:thierry.goubier@cea.fr>> wrote:
Le 27/02/2014 17:00, Yuriy Tymchuk a écrit :
Looks interesting.
But can I use https? Like git clonehttps://github.com/User/Repo.git?
Not at the moment. It used to, but then I encountered the authentification issue and removed it.
Because as far as I see it does git@github.com:User/Repo.git and this is not fun.
Well, interactive dialogs asking for a username and a password are tricky to handle through OSProcess.
As far as I know git protocol is read only and ssh requires a key. With https you can read on CI and write on your machine where you have a login and pass.
Are you sure about the read-only thing? On github, you can git clone through ssh on a git repository you don't have a write access to (but your key must allow you ssh access).
Thierry
Uko
On 27 Feb 2014, at 13:45, Goubier Thierry <thierry.goubier@cea.fr <mailto:thierry.goubier@cea.fr>> wrote:
Hi Uko,
It's at
http://forum.world.st/ANN-GitFileTree-with-no-git-command-line-at-all-td4740...
In short, have a look at either ConfigurationOfAltBrowser or ConfigurationOfSmaCC (baseline20).
Thierry
Le 27/02/2014 13:25, Damien Cassou a écrit :
On Thu, Feb 27, 2014 at 1:22 PM, Yuriy Tymchuk <yuriy.tymchuk@me.com <mailto:yuriy.tymchuk@me.com>> wrote:
Sorry if I'm bothering you, but I wasn't able to find any workflow or so on with git. I've started to use file-tree, but for now on I don't understand how to make it work with metacello. Also is there some project like that built on jenkins, so I can set up similar job.
search for gitfiletree and Thierry Goubier on this mailing list. I never used it though.
-- Thierry Goubier CEA list Laboratoire des Fondations des Systèmes Temps Réel Embarqués 91191 Gif sur Yvette Cedex France Phone/Fax: +33 (0) 1 69 08 32 92 / 83 95
-- Thierry Goubier CEA list Laboratoire des Fondations des Systèmes Temps Réel Embarqués 91191 Gif sur Yvette Cedex France Phone/Fax: +33 (0) 1 69 08 32 92 / 83 95
-- Thierry Goubier CEA list Laboratoire des Fondations des Systèmes Temps Réel Embarqués 91191 Gif sur Yvette Cedex France Phone/Fax: +33 (0) 1 69 08 32 92 / 83 95