neilcsmith-net commented on PR #79: URL: https://github.com/apache/netbeans-jenkins-lib/pull/79#issuecomment-1403977529
OK. Well, it's locked and gone! Does dependency unpack handle the exec permission OK? In terms of the deb compression, I currently have a `dpkg-deb` script ahead of the original in my path which contains - ``` #!/usr/bin/env sh echo "WARNING : OVERRIDDEN DPKG_DEB" exec /usr/bin/dpkg-deb -Zxz "$@" ``` If we could replicate that, we wouldn't need the immediate fix in NBPackage. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@netbeans.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@netbeans.apache.org For additional commands, e-mail: notifications-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists