Re: cygport improvements: upload, fish, src_prep_fini_hook

2014-12-04 Thread Andrew Schulman
BTW I see that you commented out the line: echo rm -f !ready || echo -n in the lftp script in __pkg_upload(). That line is there to prevent a race condition if the maintainer has already made one upload, then later starts to make another one, at the same time that upset starts to

Re: cygport improvements: upload, fish, src_prep_fini_hook

2014-12-04 Thread Corinna Vinschen
On Dec 4 06:58, Andrew Schulman wrote: BTW I see that you commented out the line: echo rm -f !ready || echo -n in the lftp script in __pkg_upload(). That line is there to prevent a race condition if the maintainer has already made one upload, then later starts to

Re: [RFC] incremental rebase

2014-12-04 Thread Achim Gratz
Corinna Vinschen writes: This is neat. What I'm wondering about is if we still need to run the peflags stuff. The gcc-created executables are TS-aware for a long time now. I just kept that around since it really doesn't take long to run and was important for our installation at one time.

Re: [RFC] incremental rebase

2014-12-04 Thread Achim Gratz
Ken Brown writes: There's one small problem with _incautorebase as it stands: When the package is first installed, the script 001_incautorebase.dash will get run *after* all 0p_* scripts have been run. But it needs to run first. Something like the following should fix this: Now that the

Updated: cygport-0.17.1-1

2014-12-04 Thread Yaakov Selkowitz
I have just released cygport-0.17.1 for both the Cygwin distribution and the Fedora Cygwin toolchain. This release adds support for fish shell scripts, updates X session shortcut generation, and fixes several minor bugs. Andrew Schulman (1): create *.fish scripts in /etc/profile.d