Skip to content

Commit

Permalink
explicitly pin thor to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeni authored and zjhuntin committed Jan 11, 2022
1 parent af17826 commit 62560ba
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 4 deletions.
6 changes: 6 additions & 0 deletions debian/bullseye/foreman/changelog
@@ -1,3 +1,9 @@
foreman (3.2.0-2) stable; urgency=low

* explicitly pin thor to 1.1.0

-- Evgeni Golov <evgeni@debian.org> Fri, 07 Jan 2022 11:16:15 +0100

foreman (3.2.0-1) stable; urgency=low

* Bump changelog to 3.2.0 to match VERSION
Expand Down
2 changes: 1 addition & 1 deletion debian/bullseye/foreman/rules
Expand Up @@ -21,7 +21,7 @@ build:
/bin/cp config/dynflow/orchestrator.yml.example config/dynflow/orchestrator.yml
/bin/cp config/dynflow/worker.yml.example config/dynflow/worker.yml
/bin/mkdir -p ./vendor/cache
cd ./vendor/cache && /usr/bin/gem fetch thor -v '1.1.0'
echo 'gem "thor", "1.1.0"' >> Gemfile
/bin/rm -f bundler.d/test.rb bundler.d/development.rb
/bin/sed -i '2i gem "puma-status"' bundler.d/service.rb
$(BUNDLE) install
Expand Down
8 changes: 7 additions & 1 deletion debian/buster/foreman/changelog
@@ -1,3 +1,9 @@
foreman (3.2.0-2) stable; urgency=low

* explicitly pin thor to 1.1.0

-- Evgeni Golov <evgeni@debian.org> Fri, 07 Jan 2022 11:16:15 +0100

foreman (3.2.0-1) stable; urgency=low

* Bump changelog to 3.2.0 to match VERSION
Expand All @@ -21,7 +27,7 @@ foreman (3.1.0-3) stable; urgency=low

* Do not restart Dynflow services on package upgrade

-- Eric D. Helms <ericdhelms@gmail.com> Wed, 03 Nov 2021 11:26:17 -0400
-- Eric D. Helms <ericdhelms@gmail.com> Wed, 03 Nov 2021 11:26:21 -0400

foreman (3.1.0-2) stable; urgency=low

Expand Down
2 changes: 1 addition & 1 deletion debian/buster/foreman/rules
Expand Up @@ -21,7 +21,7 @@ build:
/bin/cp config/dynflow/orchestrator.yml.example config/dynflow/orchestrator.yml
/bin/cp config/dynflow/worker.yml.example config/dynflow/worker.yml
/bin/mkdir -p ./vendor/cache
cd ./vendor/cache && /usr/bin/gem fetch thor -v '1.1.0'
echo 'gem "thor", "1.1.0"' >> Gemfile
/bin/rm -f bundler.d/test.rb bundler.d/development.rb
/bin/sed -i '2i gem "puma-status"' bundler.d/service.rb
$(BUNDLE) install
Expand Down
6 changes: 6 additions & 0 deletions debian/focal/foreman/changelog
@@ -1,3 +1,9 @@
foreman (3.2.0-2) stable; urgency=low

* explicitly pin thor to 1.1.0

-- Evgeni Golov <evgeni@debian.org> Fri, 07 Jan 2022 11:16:15 +0100

foreman (3.2.0-1) stable; urgency=low

* Bump changelog to 3.2.0 to match VERSION
Expand Down
2 changes: 1 addition & 1 deletion debian/focal/foreman/rules
Expand Up @@ -21,7 +21,7 @@ build:
/bin/cp config/dynflow/orchestrator.yml.example config/dynflow/orchestrator.yml
/bin/cp config/dynflow/worker.yml.example config/dynflow/worker.yml
/bin/mkdir -p ./vendor/cache
cd ./vendor/cache && /usr/bin/gem fetch thor -v '1.1.0'
echo 'gem "thor", "1.1.0"' >> Gemfile
/bin/rm -f bundler.d/test.rb bundler.d/development.rb
/bin/sed -i '2i gem "puma-status"' bundler.d/service.rb
$(BUNDLE) install
Expand Down

0 comments on commit 62560ba

Please sign in to comment.