From 790ad5347a17e83733d874677195bdab20330ead Mon Sep 17 00:00:00 2001 From: notplants Date: Tue, 8 Jun 2021 10:39:52 -0400 Subject: [PATCH 1/2] Include peach-web in package building --- peach_package_builder/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/peach_package_builder/constants.py b/peach_package_builder/constants.py index f1dabf7..8db0f8e 100644 --- a/peach_package_builder/constants.py +++ b/peach_package_builder/constants.py @@ -30,5 +30,5 @@ SERVICES = [ {"name": "peach-stats", "repo_url": "https://github.com/peachcloud/peach-stats.git"}, {"name": "peach-probe", "repo_url": "https://github.com/peachcloud/peach-probe.git"}, {"name": "peach-dyndns-updater", "repo_url": "https://github.com/peachcloud/peach-dyndns-updater.git"}, - # {"name": "peach-web", "repo_url": "https://github.com/peachcloud/peach-web.git"}, # currently build fails because it needs rust nightly for pear + {"name": "peach-web", "repo_url": "https://github.com/peachcloud/peach-web.git"}, ] \ No newline at end of file From 4447ad27f076271e8f273df0adbecd4cc6e6e8d1 Mon Sep 17 00:00:00 2001 From: notplants Date: Tue, 8 Jun 2021 10:40:13 -0400 Subject: [PATCH 2/2] Bump version number --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d0ab932..5593700 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # peach-package-builder -![Generic badge](https://img.shields.io/badge/version-0.3.3-.svg) +![Generic badge](https://img.shields.io/badge/version-0.3.4-.svg) Scripts for building debian packages for PeachCloud microservices.