From f40e8c80a9c8c233c7adfb119e2a6d5c936c0c05 Mon Sep 17 00:00:00 2001 From: wcbing Date: Sat, 26 Oct 2024 23:28:28 +0800 Subject: [PATCH] sync submodule --- data/config.json | 3 +-- data/merge_all_https.json | 22 ---------------- data/merge_latest_https.json | 27 ------------------- data/repo_list_https.json | 50 ++++++++++++++++++++++++++++++++++++ merge | 2 +- 5 files changed, 52 insertions(+), 52 deletions(-) delete mode 100644 data/merge_all_https.json delete mode 100644 data/merge_latest_https.json create mode 100644 data/repo_list_https.json diff --git a/data/config.json b/data/config.json index 9a10b54..2b2e06e 100644 --- a/data/config.json +++ b/data/config.json @@ -1,5 +1,4 @@ { "packages_https": "deb/Packages", - "merge_all_https": "data/merge_all_https.json", - "merge_latest_https": "data/merge_latest_https.json" + "repo_list_https": "data/repo_list_https.json" } \ No newline at end of file diff --git a/data/merge_all_https.json b/data/merge_all_https.json deleted file mode 100644 index f3010a9..0000000 --- a/data/merge_all_https.json +++ /dev/null @@ -1,22 +0,0 @@ -[ - { - "name": "google-chrome", - "repo": "https://dl.google.com/linux/chrome/deb/", - "amd64_path": "dists/stable/main/binary-amd64/Packages" - }, - { - "name": "termius", - "repo": "https://deb.termius.com/", - "amd64_path": "dists/squeeze/main/binary-amd64/Packages" - }, - { - "name": "steam", - "repo": "https://repo.steampowered.com/steam/", - "amd64_path": "dists/stable/steam/binary-amd64/Packages" - }, - { - "name": "black-desk", - "repo": "https://github.com/black-desk/debs/releases/latest/download/", - "amd64_path": "Packages" - } -] \ No newline at end of file diff --git a/data/merge_latest_https.json b/data/merge_latest_https.json deleted file mode 100644 index 25cdc27..0000000 --- a/data/merge_latest_https.json +++ /dev/null @@ -1,27 +0,0 @@ -[ - { - "name": "firefox", - "repo": "https://packages.mozilla.org/apt/", - "amd64_path": "dists/mozilla/main/binary-amd64/Packages" - }, - { - "name": "microsoft-edge", - "repo": "https://packages.microsoft.com/repos/edge/", - "amd64_path": "dists/stable/main/binary-amd64/Packages" - }, - { - "name": "code", - "repo": "https://packages.microsoft.com/repos/code/", - "amd64_path": "dists/stable/main/binary-amd64/Packages" - }, - { - "name": "tailscale", - "repo": "https://pkgs.tailscale.com/stable/debian/", - "amd64_path": "dists/sid/main/binary-amd64/Packages" - }, - { - "name": "sublime", - "repo": "https://download.sublimetext.com/", - "amd64_path": "apt/stable/Packages" - } -] \ No newline at end of file diff --git a/data/repo_list_https.json b/data/repo_list_https.json new file mode 100644 index 0000000..e965996 --- /dev/null +++ b/data/repo_list_https.json @@ -0,0 +1,50 @@ +[ + { + "name": "google-chrome", + "only_latest": true, + "repo": "https://dl.google.com/linux/chrome/deb/", + "amd64_path": "dists/stable/main/binary-amd64/Packages" + }, + { + "name": "termius", + "only_latest": true, + "repo": "https://deb.termius.com/", + "amd64_path": "dists/squeeze/main/binary-amd64/Packages" + }, + { + "name": "steam", + "only_latest": true, + "repo": "https://repo.steampowered.com/steam/", + "amd64_path": "dists/stable/steam/binary-amd64/Packages" + }, + { + "name": "firefox", + "repo": "https://packages.mozilla.org/apt/", + "amd64_path": "dists/mozilla/main/binary-amd64/Packages" + }, + { + "name": "microsoft-edge", + "repo": "https://packages.microsoft.com/repos/edge/", + "amd64_path": "dists/stable/main/binary-amd64/Packages" + }, + { + "name": "code", + "repo": "https://packages.microsoft.com/repos/code/", + "amd64_path": "dists/stable/main/binary-amd64/Packages" + }, + { + "name": "tailscale", + "repo": "https://pkgs.tailscale.com/stable/debian/", + "amd64_path": "dists/sid/main/binary-amd64/Packages" + }, + { + "name": "sublime", + "repo": "https://download.sublimetext.com/", + "mix_path": "apt/stable/Packages" + }, + { + "name": "black-desk", + "repo": "https://github.com/black-desk/debs/releases/latest/download/", + "amd64_path": "Packages" + } +] \ No newline at end of file diff --git a/merge b/merge index 6474c54..74a6da3 160000 --- a/merge +++ b/merge @@ -1 +1 @@ -Subproject commit 6474c544252eefc725ef715dc308bd8eb0084778 +Subproject commit 74a6da33cb64fc1f441bb026a69d4ce5cfee6f20