Skip to content

Commit

Permalink
Specification cleanups
Browse files Browse the repository at this point in the history
The previous version of Debcrafter didn't catch these mistakes. Now they
were discovered and fixed.
  • Loading branch information
Kixunil committed Jan 3, 2024
1 parent 7047602 commit f689c38
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 7 deletions.
1 change: 0 additions & 1 deletion pkg_specs/[email protected]
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
name = "btc-transmuter-system-@variant"
pkg_type = "service"
bin_package = "btc-transmuter"
binary = "/usr/bin/btc-transmuter"
conf_param = "--conf="
Expand Down
1 change: 0 additions & 1 deletion pkg_specs/btc-transmuter.sps
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
name = "btc-transmuter"
pkg_type = "basic"
architecture = "any"
summary = "A self-hosted ,modular IFTTT-inspired system for bitcoin services written in C# "
depends = ["dotnet-runtime-3.1", "aspnetcore-runtime-3.1"]
Expand Down
1 change: 0 additions & 1 deletion pkg_specs/publish-bitcoin-whitepaper.sps
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
name = "publish-bitcoin-whitepaper"
architecture = "all"
extends = "selfhost"
depends_on_extended = true
replaces = false
Expand Down
3 changes: 2 additions & 1 deletion pkg_specs/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ type = "string"
template = "https://127.0.0.1:{lnd-system-@variant/rest_port}"
structure = ["Settings", "lnServerUrl"]

[[plug]]
run_as_user = "root"
register_cmd = ["bash", "-c", "echo -e '[Unit]\nAfter=lnd-system-{variant}\nRequires=lnd-system-{variant}' > /etc/systemd/system/ridetheln-system.d/bridge-lnd-system-{variant}.conf"]
register_cmd = ["bash", "-c", "mkdir -p /etc/systemd/system/ridetheln-system.d && echo -e '[Unit]\nAfter=lnd-system-{variant}\nRequires=lnd-system-{variant}' > /etc/systemd/system/ridetheln-system.d/bridge-lnd-system-{variant}.conf"]
unregister_cmd = ["rm", "-f", "/etc/systemd/system/ridetheln-system.d/bridge-lnd-system-{variant}.conf"]
1 change: 0 additions & 1 deletion pkg_specs/selfhost-clearnet-certbot.sps
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
name = "selfhost-clearnet-certbot"
architecture = "all"
extends = "selfhost"
replaces = false
depends = ["certbot", "python3-certbot-nginx", "bash"]
Expand Down
1 change: 0 additions & 1 deletion pkg_specs/selfhost-clearnet.sps
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
name = "selfhost-clearnet"
architecture = "all"
summary = "Tooling for hosting web applications over clearnet domain"
extends = "selfhost"
recommends = ["selfhost", "default-selfhost-tls (>= 1.0) | selfhost-tls (>= 1.0)", "default-selfhost-tls (<< 2.0) | selfhost-tls (<< 2.0)"]
Expand Down
1 change: 0 additions & 1 deletion pkg_specs/selfhost-onion.sps
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
name = "selfhost-onion"
architecture = "all"
summary = "Tooling for hosting web applications over onion domain"
extends = "selfhost"
depends = ["tor-hs-patch-config", "bash"]
Expand Down

0 comments on commit f689c38

Please sign in to comment.