This is the mail archive of the cygwin 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: Texlive Package Problem


On Feb 17 17:16, Ken Brown wrote:
> On 2/17/2015 4:39 PM, Corinna Vinschen wrote:
> >On Feb 17 15:02, Ken Brown wrote:
> >>Index: dump_setup.cc
> >>===================================================================
> >>RCS file: /cvs/src/src/winsup/utils/dump_setup.cc,v
> >>retrieving revision 1.28
> >>diff -u -p -r1.28 dump_setup.cc
> >>--- dump_setup.cc       16 Sep 2013 17:01:58 -0000      1.28
> >>+++ dump_setup.cc       17 Feb 2015 20:00:40 -0000
> >>@@ -396,7 +396,7 @@ check_package_files (int verbose, char *
> >>           if (!directory_exists (verbose, filename, package))
> >>             result = false;
> >>         }
> >>-      else if (!strncmp (filename, "etc/postinstall/", 16))
> >>+      else if (strstr (filename, "/postinstall/"))
> >>         {
> >>           if (!file_exists (verbose, filename, ".done", package))
> >>             result = false;
> >
> >Fine with me.
> 
> Should I go ahead and commit this?  I *think* I have the right to do it [1],
> but I've never done it before except for changes to cygwin-pkg-maint.
> 
> Ken
> 
> [1] Since I'm not sure I have the right, I apparently don't, according to
> the last sentence at https://cygwin.com/cvs.html.

It's a bit harshly written, isn't it?

If you checked the cygwin repo out with :pserver:anoncvs, you don't have
write access using this local copy of the repo.  If you can check out
with the :ext:<your sourware account> you probably have write access.
If the commit fails, you don't.  Just give it a try and please add a
valid ChangeLog entry.


Thanks,
Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Maintainer                 cygwin AT cygwin DOT com
Red Hat

Attachment: pgpoLROoGfA97.pgp
Description: PGP signature


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