From 567bb1657e3d8f1d2fd010b91054236f4ca56f1a Mon Sep 17 00:00:00 2001 From: icymatter Date: Mon, 11 Oct 2021 08:23:55 +0200 Subject: [PATCH 1/4] README: table of operations now has apt_cyg --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9fbe7ed..8711a23 100644 --- a/README.md +++ b/README.md @@ -116,6 +116,7 @@ A long list of options and operations can be found from [`ArchLinux`'s wiki](htt ``` Q Qc Qe Qi Qk Ql Qm Qo Qp Qs Qu R Rn Rns Rs S Sc Scc Sccc Sg Si Sii Sl Ss Su Suy Sy U apk ~ * * * * * * * * * * * * * * * * * * * * * * + apt_cyg * * * * * * * cave * * * * * * * * * * * * * * x * * * * * x conda * * * * * * * * dnf ~ * * * * * * * * * * * * * * * * * * * * * * * From 43cd858d724e3ec2c0c9b1328b4278ca6d1e19c9 Mon Sep 17 00:00:00 2001 From: icymatter Date: Mon, 13 Dec 2021 21:37:15 +0100 Subject: [PATCH 2/4] tests/zypper: minor fix --- tests/zypper.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/zypper.txt b/tests/zypper.txt index aa03aae..b084dd2 100644 --- a/tests/zypper.txt +++ b/tests/zypper.txt @@ -28,7 +28,7 @@ in -Sy # Simple query that lists all packages in -Qq -ou ^update-alternatives +ou ^glibc ou ^zypper # Listing with version and package name From 4af347e0e54b0c49832bdf9572703fb2b16762a3 Mon Sep 17 00:00:00 2001 From: icymatter Date: Mon, 13 Dec 2021 21:38:53 +0100 Subject: [PATCH 3/4] tests/Dockerfile.voidlinux: Add new line --- tests/Dockerfile.voidlinux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Dockerfile.voidlinux b/tests/Dockerfile.voidlinux index 41c3663..712a4c6 100644 --- a/tests/Dockerfile.voidlinux +++ b/tests/Dockerfile.voidlinux @@ -1,4 +1,4 @@ FROM voidlinux/voidlinux:20201117RC01 RUN SSL_NO_VERIFY_PEER=true xbps-install -S -RUN SSL_NO_VERIFY_PEER=true xbps-install -uy xbps \ No newline at end of file +RUN SSL_NO_VERIFY_PEER=true xbps-install -uy xbps From 9c53ded75ba6872aa22381dc02b77c6f8f3578af Mon Sep 17 00:00:00 2001 From: icymatter Date: Mon, 13 Dec 2021 21:42:40 +0100 Subject: [PATCH 4/4] README: update table of operations --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8711a23..bdade79 100644 --- a/README.md +++ b/README.md @@ -131,6 +131,7 @@ sun_tools * * * * * * swupd * * * * * * * * * * * * * tazpkg * * * * * * * * * * * * * tlmgr * * * * * * * * * * + xbps * * * * * * * * * * * * * yum * * * * * * * * * * * * * * * * * * * * * * * * zypper * * * * * * * * * * * * * * * * * * * * * * * * * * ```