mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-04-30 23:48:05 +02:00
Previously, the --quick option only mattered when creating the source tarball, to run `make dist` instead of the slower `make distcheck`. Extend its meaning to also skip unit tests while building the RPM. You still can enable them with $ ./contrib/fedora/rpm/build_clean.sh -Q -w test |
||
|---|---|---|
| .. | ||
| .gitignore | ||
| 00-server.conf | ||
| 20-connectivity-fedora.conf | ||
| build.sh | ||
| build_clean.sh | ||
| NetworkManager.conf | ||
| NetworkManager.spec | ||
| README | ||
# To build RPM packages for Fedora derivates directly from git, just do: # # preparation: # git clone git://anongit.freedesktop.org/NetworkManager/NetworkManager cd NetworkManager git checkout $WHATEVER sudo sh ./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