From 9cbbc26d5774851de4fc9680ec3b26ca2cc9fc90 Mon Sep 17 00:00:00 2001 From: Dave Nicolson Date: Sun, 10 Dec 2023 20:50:59 +0100 Subject: [PATCH 1/5] Update README.md (#1967) --- tests/README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/tests/README.md b/tests/README.md index d27f371d0..4d48a0aa6 100644 --- a/tests/README.md +++ b/tests/README.md @@ -7,9 +7,8 @@ Feel free to add more, the more the better! ## How to run the tests ```bash -pip install pipenv -pipenv install -d -pipenv run make test +pip install poetry +make test ``` And you should see From 5666792b0a0eccf37ab1d63b5e4e3163a78ab32e Mon Sep 17 00:00:00 2001 From: Dave Nicolson Date: Sun, 10 Dec 2023 20:54:06 +0100 Subject: [PATCH 2/5] Fix badge (#1968) Co-authored-by: Laurent Raufaste --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c39ab0b8f..2af7ba438 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Keep your application settings in sync. -[![Status](https://github.com/lra/mackup/workflows/Mackup/badge.svg)](https://github.com/lra/mackup/actions) +[![Run tests](https://github.com/lra/mackup/actions/workflows/test.yaml/badge.svg)](https://github.com/lra/mackup/actions/workflows/test.yaml) [![snapcraft](https://snapcraft.io/mackup/badge.svg)](https://snapcraft.io/mackup) ## Table of content From 64d66874f4ccd855ae7b353f8d1b31159c588304 Mon Sep 17 00:00:00 2001 From: Dave Nicolson Date: Sat, 16 Dec 2023 23:39:07 +0100 Subject: [PATCH 3/5] Update asdf.cfg (#1965) Co-authored-by: Laurent Raufaste --- mackup/applications/asdf.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mackup/applications/asdf.cfg b/mackup/applications/asdf.cfg index d57f8dc14..daf8547d7 100644 --- a/mackup/applications/asdf.cfg +++ b/mackup/applications/asdf.cfg @@ -5,4 +5,7 @@ name = asdf .asdfrc .default-gems .default-npm-packages +.default-python-packages +.default-golang-pkgs +.default-mix-commands .tool-versions From 2f814e8d47310948de1988b77cfdf71db417ee7d Mon Sep 17 00:00:00 2001 From: Laurent Raufaste Date: Sun, 17 Dec 2023 00:23:55 +0100 Subject: [PATCH 4/5] Remove confusing icons --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 2af7ba438..b3f185d67 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,6 @@ Keep your application settings in sync. -[![Run tests](https://github.com/lra/mackup/actions/workflows/test.yaml/badge.svg)](https://github.com/lra/mackup/actions/workflows/test.yaml) -[![snapcraft](https://snapcraft.io/mackup/badge.svg)](https://snapcraft.io/mackup) - ## Table of content - [Mackup](#mackup) From 3b4165de2b66c18a9425575a41967e55cf433e1f Mon Sep 17 00:00:00 2001 From: Laurent Raufaste Date: Sun, 17 Dec 2023 00:24:54 +0100 Subject: [PATCH 5/5] Delete FUNDING.yml --- .github/FUNDING.yml | 1 - 1 file changed, 1 deletion(-) delete mode 100644 .github/FUNDING.yml diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml deleted file mode 100644 index 4486f9791..000000000 --- a/.github/FUNDING.yml +++ /dev/null @@ -1 +0,0 @@ -custom: ['https://tippin.me/@_LR_']