Create RPM package from ANT script under Windows

后端 未结 6 2096
陌清茗
陌清茗 2020-12-30 06:37

I need to create an RPM package from an ANT script that runs on a Windows computer. This package must contain the result classes from the build plus some other, additional

6条回答
  •  情歌与酒
    2020-12-30 07:18

    Freaking Package Management can do this. You should be able to run it both with JRuby and on MRI Ruby.

    fpm -s dir -t rpm mydir -- or another incantation where you provide the rpm keywords. See fpm --help.

提交回复
热议问题