tumbleweed-cli
tumbleweed-cli copied to clipboard
Command line interface for interacting with Tumbleweed snapshots.
If I do, when a new snapshot is available: 1, tumbleweed update 2, Say "n" to the zypper Continue prompt 3, tumbleweed update I will be told I'm already on...
When doing "tumbleweed update" and there is a new snapshot to install, this script will do a "zypper dup" to show the packages that will be installed. Before using tumbleweed-cli...
Now that http://download.opensuse.org/history/ is established, is it worth removing the migrate/unmigrate functions?
In the documentation on the site it mentions this: "Due to a hosting limitation 50 snapshots will be kept. Given snapshots are released near daily that will generally cover over...
Created an option to allow using one of the default zypper update flags, `--no-allow-vendor-change` when using tumbleweed-cli for zypper updates.
Sample output: ``` tumbleweed reviews ✔ 13:04:07 Release | Rating | Stability ----------------------------- 20210426 | 94 | pending 20210425 | 91 | pending 20210423 | 87 | pending...
I have installed `tumbleweed-cli` and did the `init`. everything worked fine. I was able to do a distro update to a stable version. unfortunately now I can't install packages using...
I recently made public the first version of [twups](https://codeberg.org/ProgrammerPolymathic/twups), a tool that allows for searching for snapshots, displaying scores, and updating (using tumbleweed-cli's snapshot switching) based on score. I wasn't...
I was read about TW Snapshots problem: At the system update if in the system exists apps with dependencies, which is newer, then snapshot can proposal, then these apps can...
Hi, my openSUSE systems use slightly customized repository names and priorities: ``` cat /etc/zypp/repos.d/Tumbleweed_OSS.repo [Tumbleweed_OSS] enabled = 1 autorefresh = 1 baseurl = http://download.opensuse.org/tumbleweed/repo/oss/ type = NONE keeppackages = 1...