This is the mail archive of the cygwin-apps mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [ITP] stgit 0.13 -- Quilt functionality on top of git


* Mon 2007-09-10 Dr Dr <Dr.Volker.Zell-QHcLZuEGTsvQT0dZR+AlfA AT public.gmane.org>
* Message-Id: 82hcm24ody.fsf AT vzell-de.de.oracle.com
>>>>>> Jari Aalto writes:
> Symbolic links are all wrong:
>
>    usr/share/doc/stgit-0.13/COMMAND-TEMPLATE.txt -> /usr/src/build/build/stgit/stgit-0.13/Documentation/COMMAND-TEMPLATE.txt

Fixed.

> The following should go to /usr/share/doc/stgit-0.13 maybe:
>
>    usr/share/share/stgit/contrib/diffcol.sh
>    usr/share/share/stgit/contrib/stgbashprompt.sh
>    usr/share/share/stgit/contrib/stgit-completion.bash
>    usr/share/share/stgit/examples/gitconfig
>    usr/share/share/stgit/examples/patchdescr.tmpl

Yes, they are better located under /usr/share/doc/stgit-0.13

>    usr/share/share/stgit/templates/covermail.tmpl
>    usr/share/share/stgit/templates/patchexport.tmpl
>    usr/share/share/stgit/templates/patchmail.tmpl

These belong to the program, so these are ok.

Jari

a) manual

  wget        \
    http://cygwin.cante.net/stgit/stgit-0.13-1-src.tar.bz2 \
    http://cygwin.cante.net/stgit/stgit-0.13-1.tar.bz2 \
    http://cygwin.cante.net/stgit/setup.hint

b) automated: get.sh displays further instructions

  gpg --keyserver wwwkeys.pgp.net --recv-keys 955A92D8

  mkdir stgit ; cd stgit
  rm -f get.sh get.sh.sig
  wget    http://cygwin.cante.net/stgit/get.sh \
          http://cygwin.cante.net/stgit/get.sh.sig &&
  gpg --verify get.sh.sig get.sh &&
  sh get.sh

-- 
Welcome to FOSS revolution: we fix and modify until it shines


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]