From 133ece0d83c7c6e0ba4399aef7ecac6603bc3ec8 Mon Sep 17 00:00:00 2001 From: Joaquim Guimaraes Date: Fri, 18 Jun 2021 18:38:21 +0100 Subject: [PATCH] Updated .rpm and .deb to include farmr.service --- .github/package.yaml | 14 +++----------- environment_config.yaml | 2 +- 2 files changed, 4 insertions(+), 12 deletions(-) diff --git a/.github/package.yaml b/.github/package.yaml index 1bca10c7..6d1adfce 100644 --- a/.github/package.yaml +++ b/.github/package.yaml @@ -7,16 +7,8 @@ files: file: farmr_package mode: "0755" user: "root" - "/usr/bin/farmr-foxypoolog": - file: foxypoolog.sh - mode: "0755" - user: "root" - "/usr/bin/farmr-hpool": - file: hpool.sh - mode: "0755" - user: "root" - "/usr/bin/farmr-harvester": - file: harvester.sh + "/etc/systemd/user": + file: .github/workflows/farmr.service mode: "0755" user: "root" "/etc/farmr/config.json": @@ -25,7 +17,7 @@ files: user: "root" keep: true units: - - .github/workflows/farmr.service + #- .github/workflows/farmr.service scripts: "post-install": .github/workflows/post-inst user: foo \ No newline at end of file diff --git a/environment_config.yaml b/environment_config.yaml index 8a4e8b5f..8cb53b85 100644 --- a/environment_config.yaml +++ b/environment_config.yaml @@ -6,6 +6,6 @@ environment_config: fields: # set of fields for command version: # key name const: true # optional, default to TRUE - default: 1.4.0.5dev1 # optional, default value for key, if not provided key will be required during command run + default: 1.4.0.5dev2 # optional, default value for key, if not provided key will be required during command run dotenv: true # optional, default to FALSE, if this field should be added to .env file \ No newline at end of file