mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-05 15:48:06 +02:00
Time Max. RSS Result
xz -0 3.89s 34,256KB 12M
xz -1 3.94s 101,584KB 7.9M
xz -2 6.16s 188,104KB 6.8M
xz -3 8.02s 259,344KB 6.4M
xz -4 11.02s 356,588KB 6.4M
xz -5 13.83s 358,544KB 5.7M
xz -6 18.81s 358,544KB 5.4M
xz -7 18.19s 440,012KB 5.3M
Time Max. RSS Result
gzip -9 3.65s 2,008KB 12M
bzip2 -9 4.23s 7,952KB 8.0M
|
||
|---|---|---|
| .. | ||
| 00-server.conf | ||
| 20-connectivity-fedora.conf | ||
| 20-connectivity-redhat.conf | ||
| 22-wifi-mac-addr.conf | ||
| 70-nm-connectivity.conf | ||
| build.sh | ||
| build_clean.sh | ||
| configure-for-system.sh | ||
| mockbuild.sh | ||
| NetworkManager.conf | ||
| NetworkManager.spec | ||
| README | ||
| readme-ifcfg-rh-migrated.txt | ||
| readme-ifcfg-rh.txt | ||
| 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