[ https://issues.apache.org/jira/browse/PIO-57?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15946012#comment-15946012 ]
ASF GitHub Bot commented on PIO-57: ----------------------------------- Github user marevol commented on the issue: https://github.com/apache/incubator-predictionio/pull/359 My environment is rpmbuild 4.12.0.1 in Ubuntu 16.04. rpmbuild 5 seems to require rpmGroup. Adding rpmGroup, I checked it on rpmbuild 4/5. > Add SBT Native Packager > ----------------------- > > Key: PIO-57 > URL: https://issues.apache.org/jira/browse/PIO-57 > Project: PredictionIO > Issue Type: New Feature > Reporter: Shinsuke Sugaya > > To use SBT Native Packager, we will provide RPM/DEB distribution packages in > addition to ZIP/TAR.GZ. > This fix is: > * make-distribution.sh is still available > ** Created: PredictionIO-*.tar.gz > * Create TAR.GZ/ZIP package > ** Run ./make-distribution.sh > ** Created: assembly/target/universal/predictionio-* > * Create RPM package: > ** Run ./make-distribution.sh;./sbt/sbt assembly/rpm:packageBin > ** Created: assembly/target/rpm/RPMS/noarch/predictionio-*.rpm > * Create DEB package > ** Run ./make-distribution.sh;./sbt/sbt assembly/debian:packageBin > ** Created: assembly/target/predictionio_*.deb > For RPM/DEB package: > * PIO_HOME is /usr/share/predictionio. > * pio command is in /usr/bin. > * conf files are in /etc/predictionio. > * log files is /var/log/predictionio/pio.log if you have write permission, or > $HOME/pio.log if not. -- This message was sent by Atlassian JIRA (v6.3.15#6346)