Skip to content

Commit

Permalink
Merge pull request #3420 from ubhattacharjya/fixes
Browse files Browse the repository at this point in the history
Add wget for ubuntu build and fix ecs-init version
  • Loading branch information
ubhattacharjya authored Oct 5, 2022
2 parents 393972d + 7e051ef commit 67240c1
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion buildspecs/merge-build-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ phases:
- DEBIAN_FRONTEND=noninteractive

- apt-get update -y
- apt-get install -y make dpkg-dev devscripts debhelper
- apt-get install -y make dpkg-dev devscripts debhelper wget
- make generic-deb-integrated
- mv amazon-ecs-init_${AGENT_VERSION}-1_${architecture}.deb $ECS_AGENT_DEB

Expand Down
2 changes: 1 addition & 1 deletion packaging/amazon-linux-ami-integrated/ecs-agent.spec
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ fi
%endif

%changelog
* Tue Oct 04 2022 Utsa Bhattacharjya <[email protected]> - 1.64.0-0
* Tue Oct 04 2022 Utsa Bhattacharjya <[email protected]> - 1.64.0-1
- Cache Agent version 1.64.0

* Mon Sep 12 2022 Chien Han Lin <[email protected]> - 1.63.1-1
Expand Down
2 changes: 1 addition & 1 deletion packaging/amazon-linux-ami/ecs-agent.spec
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ fi
%endif

%changelog
* Tue Oct 04 2022 Utsa Bhattacharjya <[email protected]> - 1.64.0-0
* Tue Oct 04 2022 Utsa Bhattacharjya <[email protected]> - 1.64.0-1
- Cache Agent version 1.64.0

* Mon Sep 12 2022 Chien Han Lin <[email protected]> - 1.63.1-1
Expand Down
2 changes: 1 addition & 1 deletion packaging/generic-deb-integrated/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
amazon-ecs-init (1.64.0-0) stable; urgency=medium
amazon-ecs-init (1.64.0-1) stable; urgency=medium

* Cache Agent version 1.64.0

Expand Down
2 changes: 1 addition & 1 deletion packaging/generic-deb/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
amazon-ecs-init (1.64.0-0) stable; urgency=medium
amazon-ecs-init (1.64.0-1) stable; urgency=medium

* Cache Agent version 1.64.0

Expand Down
2 changes: 1 addition & 1 deletion packaging/generic-rpm-integrated/amazon-ecs-init.spec
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ ln -sf %{basename:%{agent_image}} %{_cachedir}/ecs/ecs-agent.tar
%systemd_postun_with_restart amazon-ecs-volume-plugin

%changelog
* Tue Oct 04 2022 Utsa Bhattacharjya <[email protected]> - 1.64.0-0
* Tue Oct 04 2022 Utsa Bhattacharjya <[email protected]> - 1.64.0-1
- Cache Agent version 1.64.0

* Mon Sep 12 2022 Chien Han Lin <[email protected]> - 1.63.1-1
Expand Down
2 changes: 1 addition & 1 deletion packaging/generic-rpm/amazon-ecs-init.spec
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ ln -sf %{basename:%{agent_image}} %{_cachedir}/ecs/ecs-agent.tar
%systemd_postun_with_restart amazon-ecs-volume-plugin

%changelog
* Tue Oct 04 2022 Utsa Bhattacharjya <[email protected]> - 1.64.0-0
* Tue Oct 04 2022 Utsa Bhattacharjya <[email protected]> - 1.64.0-1
- Cache Agent version 1.64.0

* Mon Sep 12 2022 Chien Han Lin <[email protected]> - 1.63.1-1
Expand Down
2 changes: 1 addition & 1 deletion packaging/suse/amazon-ecs-init.changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-------------------------------------------------------------------
Tue Oct 04, 18:00:00 UTC 2022 - [email protected] - 1.64.0-0
Tue Oct 04, 18:00:00 UTC 2022 - [email protected] - 1.64.0-1

- Cache Agent version 1.64.0
-------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion scripts/changelog/CHANGELOG_MASTER
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
1.64.0-0
1.64.0-1
Utsa Bhattacharjya <[email protected]>
2022-10-04T10:00:00-08:00
Cache Agent version 1.64.0
Expand Down

0 comments on commit 67240c1

Please sign in to comment.