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
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,7 +63,7 @@ sudo rm /usr/bin/zypperoni
63
63
Specify the `--debug` option for troubleshooting.
64
64
Zypperoni is intended to catch SIGINT (Ctrl+C) and properly cleanup.
65
65
If for some reason it does not cleanup such as when receiving SIGTERM or SIGKILL, future operations should not be affected.
66
-
Zypperoni keeps its working directory in `/tmp/zypperoni_*`, so a reboot would always cleanup.
66
+
Zypperoni keeps it's working directory in `/tmp/zypperoni_*`, so a reboot would always cleanup.
67
67
Should zypperoni somehow mess up, it's very simple to clear whatever it has done wrong by doing:
68
68
```
69
69
sudo rm -rI /var/cache/zypp
@@ -87,4 +87,4 @@ Now you can use `z ref` and `z dup` to refresh repos and perform distribution up
87
87
Generally, zypperoni should work out of the box with the default zypp and zypper configs.
88
88
Custom or experimental configs may result in bugs.
89
89
90
-
- Using the experimental option `techpreview.ZYPP_SINGLE_RPMTRANS=1` in `zypp.conf` would result in `zypperoni dup-download` appearing to hang indefinitely, but in reality zypper is doing its sequential download in the background due to RPM single transaction requirements. This config is not necessary when using zypperoni as it passes `ZYPP_SINGLE_RPMTRANS=1` as an environment variable when calling zypper.
90
+
- Using the experimental option `techpreview.ZYPP_SINGLE_RPMTRANS=1` in `zypp.conf` would result in `zypperoni dup-download` appearing to hang indefinitely, but in reality zypper is doing it's sequential download in the background due to RPM single transaction requirements. This config is not necessary when using zypperoni as it passes `ZYPP_SINGLE_RPMTRANS=1` as an environment variable when calling zypper.
0 commit comments