Skip to content

Commit

Permalink
bump 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ierror committed Aug 18, 2018
1 parent 0e52c3f commit ba0731d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "ssh_permit_a38"
description = "Central managment and deployment for SSH keys"
version = ""
version = "0.2.0"
authors = ["Bernhard Janetzki <[email protected]>"]

[[bin]]
Expand Down
5 changes: 2 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ fmt:
cargo fmt

pre_release:
sed -ibak 's/^version = ".*"$$/version = "$(VERSION)"/' Cargo.toml
sed '/^```$$/d;' examples/commands.md > examples/commands.txt

run:
Expand All @@ -60,9 +61,7 @@ build_linux_i686:
vagrant ssh -c "cd /src && make build;" linux_i686 && \
vagrant halt linux_i686

release: clean pre_release
sed -ibak 's/^version = ".*"$$/version = "$(VERSION)"/' Cargo.toml

release: clean pre_release build_linux_x86_64 build_linux_i686 build
# update release urls
sed -ibak 's/releases\/download\/v.*?\/ssh-permit-a38-v.*?-/releases\/download\/v$(VERSION)\/ssh-permit-a38-v$(VERSION)-/' README.md
# update release version an date
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Central management and deployment for SSH keys
* Host aliases
* Diff of authorized_keys to sync and the existing one

## Latest release v - 2018-08-18
## Latest release v0.2.0 - 2018-08-18

### Download prebuilt binaries

Expand Down
2 changes: 0 additions & 2 deletions src/subcommand_sync.rs
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,6 @@ pub fn sync(db: &mut Database, password_auth: bool, yes_authorized_keys_prompt:
cli_flow::infoln(&format!("SSH User: {}", ssh_user));
}

cli_flow::infoln(&format!(">>> SSH User: {}", ssh_user));

if password_auth {
// prompt for password
cli_flow::prompt("Password:", false);
Expand Down

0 comments on commit ba0731d

Please sign in to comment.