You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After recent sbt / sbt-native-packager updates, it turns out that BinTray does not accept the .deb packages build by our build process. Closer examination reveals that the problem is subtle change of .deb format, which evolved from traditional .tar.gz packing => .tar packing => .tar.xz packing. I've contacted BinTray support, and they've confirmed that they currently only support .tar.gz, and plans to support more formats are there, but these are pretty long-term goals.
For gory details, see dpkg-buildpackage and dpkg-source manpages (-z and -Z options). Large changes came around dpkg 1.15.5.
I've picked up dialogue at sbt-native-packager — sbt/sbt-native-packager#1067 — hopefully I'll find enough stamina to fix eventually.
This is a blocker for v0.8, as we are currently unable to build .deb packages.
The text was updated successfully, but these errors were encountered:
More or less closed the question for now by applying workaround suggested in sbt/sbt-native-packager#1067 (comment). Would need to revisit and offer a proper patch for sbt-native-packager, but that's outside of scope of KS.
After recent sbt / sbt-native-packager updates, it turns out that BinTray does not accept the .deb packages build by our build process. Closer examination reveals that the problem is subtle change of .deb format, which evolved from traditional .tar.gz packing => .tar packing => .tar.xz packing. I've contacted BinTray support, and they've confirmed that they currently only support .tar.gz, and plans to support more formats are there, but these are pretty long-term goals.
For gory details, see
dpkg-buildpackage
anddpkg-source
manpages (-z
and-Z
options). Large changes came around dpkg 1.15.5.I've picked up dialogue at sbt-native-packager — sbt/sbt-native-packager#1067 — hopefully I'll find enough stamina to fix eventually.
This is a blocker for v0.8, as we are currently unable to build .deb packages.
The text was updated successfully, but these errors were encountered: