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
I can't find a way to reference the created RPM package. In my particular use case I need it for uploading with the S3 plugin (https://github.com/sbt/sbt-s3):
mappings in upload := Seq((new java.io.File("target/rpm/RPMS/noarch/voyager-0.7.3-1.noarch.rpm"), "voyager/voyager-0.7.3-1.noarch.rpm")),
admittedly, my sbt knowledge is minimal :)
The text was updated successfully, but these errors were encountered:
Take a look at the scala-dist project, which handles rpm upload with s3 as well.
For a version with the current sbt-native-packager look at this pull request: scala/scala-dist#142
I can't find a way to reference the created RPM package. In my particular use case I need it for uploading with the S3 plugin (https://github.com/sbt/sbt-s3):
admittedly, my sbt knowledge is minimal :)
The text was updated successfully, but these errors were encountered: