mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-19 00:28:08 +02:00
With "rc1" mode, we install more than one tarballs (the one for 1.37.90 and 1.39.0). If we reach this point, we already pushed the git tags. There is no way back. Ignore errors at first and try to release all tarballs. Only signal the error at the end. |
||
|---|---|---|
| .. | ||
| 00-server.conf | ||
| 20-connectivity-fedora.conf | ||
| 20-connectivity-redhat.conf | ||
| 70-nm-connectivity.conf | ||
| build.sh | ||
| build_clean.sh | ||
| mockbuild.sh | ||
| NetworkManager.conf | ||
| NetworkManager.spec | ||
| README | ||
| release.sh | ||
# To build RPM packages for Fedora derivates directly from git, just do: # # preparation: # git clone https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git cd NetworkManager git checkout $WHATEVER ./contrib/fedora/REQUIRED_PACKAGES # # build the packages. Pass --help for usage help. # ./contrib/fedora/rpm/build_clean.sh # # install # sudo dnf install ./contrib/fedora/rpm/latest/RPMS/x86_64/*rpm # To generate a clean build from git using mock, run: ./contrib/fedora/rpm/mockbuild.sh