-
-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
079614b
commit 895ca7e
Showing
4 changed files
with
17 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,15 @@ | ||
``` | ||
sudo apt install debhelper dh-golang golang golang-any golang-github-aws-aws-sdk-go-dev | ||
sudo apt install devscripts debhelper dh-golang golang golang-any golang-github-aws-aws-sdk-go-dev | ||
# in the repository root: | ||
git clean -fdX | ||
tar cvJf ../aws-rotate-key_1.0.8.orig.tar.xz --exclude=debian * | ||
tar cvJf ../aws-rotate-key_1.1.0.orig.tar.xz --exclude=debian * | ||
# build deb file: | ||
debuild -i -us -uc -b | ||
# publish to ppa: | ||
debuild -S | ||
cd .. | ||
dput ppa:stefansundin/aws-rotate-key aws-rotate-key_1.1.0-1_source.changes | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
aws-rotate-key (1.1.0-1) jammy; urgency=medium | ||
|
||
* Add support for multiple MFA devices. | ||
|
||
-- Stefan Sundin <[email protected]> Sun, 26 Feb 2023 19:29:59 -0800 | ||
|
||
aws-rotate-key (1.0.8-4) bionic; urgency=medium | ||
|
||
* Build on bionic. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters