How to create am initial cygwin package git repo?

Erwin Waterlander waterlan@xs4all.nl
Sun Oct 18 11:39:12 GMT 2020


Erwin Waterlander schreef op 2020-10-18 12:03:
> Hi,
> 
> I want to create git repos for my cygwin packages.
> The information on https://cygwin.com/packaging/repos.html is quite 
> brief.
> Is there a more elaborate guide?
> 
> regards,

The text on https://cygwin.com/packaging/repos.html is unclear. The page 
says that the repo is lazily created on the first push. It should say 
that you first clone it with this command:

  git clone ssh://cygwin@cygwin.com/git/cygwin-packages/packagename.git

and then do a first push

  git push


regards,

Erwin


More information about the Cygwin-apps mailing list