-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The newly released (2.0.692) .deb
package seems broken
#644
Comments
.deb
package seems broken.deb
package seems broken
I did a quick analysis and I could not find anything useful. |
Hey @felipecrs - thanks for digging in here. This is not actually a regression from #638 but rather from #630. I haven't been able to root cause what part of that change caused the |
I wonder whether the root cause lies in here: @@ -165,10 +181,13 @@ popd
# Build .deb
INSTALL_TO="$DEBROOT/usr/local/share/gcm-core/"
-LINK_TO="$DEBROOT/usr/local/bin/"
+ LINK_TO="$DEBROOT/usr/bin/"
mkdir -p "$DEBROOT/DEBIAN" "$INSTALL_TO" "$LINK_TO" || exit 1
|
I spotted this as well on Friday but didn't think that path would affect the size of the generated package. But let me test it out to see! |
It shows as 940 bytes.
https://github.com/GitCredentialManager/git-credential-manager/releases/tag/v2.0.692
https://github.com/GitCredentialManager/git-credential-manager/releases/download/v2.0.692/gcmcore-linux_amd64.2.0.692.deb
Perhaps it's a regression of #638
The text was updated successfully, but these errors were encountered: