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
run.py: package the file so it can be installed using standard tooling
Adds instructions on the readme on how to do it.
Adds a gitignore to ignore files produces by the packaging
Signed-off-by: Pau Ruiz Safont <[email protected]>
Use the `run.py` script. It accepts a variety of parameters allowing for different uses:
41
47
* rebuild an existing source RPM (with automated installation of the build dependencies)
42
48
* build a package from an already extracted source RPM (sources and spec file), or from a directory that follows the rpmbuild convention (a `SOURCES/` directory and a `SPECS/` directory). Most useful for building packages from XCP-ng's git repositories of RPM sources: https://github.com/xcp-ng-rpms.
@@ -103,7 +109,7 @@ optional arguments:
103
109
104
110
Rebuild an existing source RPM (with automated installation of the build dependencies)
0 commit comments