----- Ursprüngliche Mail -----
> Von: "Joel Sherrill" <j...@rtems.org>
> An: "RTEMS Devel" <devel@rtems.org>
> Gesendet: Montag, 13. Februar 2017 18:49:13
> Betreff: git retrieval with git blocked

> Hi
> 
> I am helping someone with git and ftp blocked by a firewall. That definitely
> limits the options. We used github for some clones using https.
> 
> + Does rtems.org support https clone?
> + Can we do snapshots from git.rtems.org like github?
> 
> Any RSB hints based for the firewall situation?
> 
> Thanks.
> 
> --joel
> 
> _______________________________________________
> devel mailing list
> devel@rtems.org
> http://lists.rtems.org/mailman/listinfo/devel

Hello Joel,

I'm not sure whether something has been changed in the last few days but it 
seems that both is available via the cgit web interface:

This command works for me:
    git clone https://git.rtems.org/rtems/
It's only awfully slow and does not display any status informations. So don't 
get impatient. I don't think that pushing would be possible but you can get the 
complete history.

Regarding the archives:
I think you should be able to download the repository at every commit as a 
tar.gz. But I would expect that you will loose the history information. For 
example for the last commit you can use
    
https://git.rtems.org/rtems/snapshot/rtems-df184ebea1acdf2a72567ec3981d9669c4e83084.tar.bz2
The file is linked at this page:
    
https://git.rtems.org/rtems/commit/?id=df184ebea1acdf2a72567ec3981d9669c4e83084

I'm not sure how that would work together with RSB. You might have to clone the 
repository in an extra step at the expected source location before starting to 
build anything.

Kind regards

Christian
-- 
--------------------------------------------
embedded brains GmbH
Christian Mauderer
Dornierstr. 4
D-82178 Puchheim
Germany
email: christian.maude...@embedded-brains.de
Phone: +49-89-18 94 741 - 18
Fax:   +49-89-18 94 741 - 08
PGP: Public key available on request.

Diese Nachricht ist keine geschäftliche Mitteilung im Sinne des EHUG.
_______________________________________________
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel

Reply via email to