Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
結果の製品を含む、ビルド スクリプトから .deb および .rpm パッケージを生成する方法を探しています。すべてが Python で記述されているため、同じコードから RPM と Deb の両方の構築を実行できる抽象化レイヤーを誰かが知っているかどうか疑問に思っています。
Pythonの標準ライブラリのDistutilsには、rpmをビルドするためのbdist_rpmコマンドがあり、サードパティのstdebモジュールはdebsを生成するためのコマンドを追加します。