mirror of
https://github.com/vbrandl/bind9-api.git
synced 2025-07-20 19:09:55 +02:00
Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
8dd1a1b0fa
|
||
|
d87cbf9d0f
|
||
|
3af4ccf2d2
|
||
|
d50bfb83dc
|
@@ -3,13 +3,13 @@
|
|||||||
set -ex
|
set -ex
|
||||||
|
|
||||||
main() {
|
main() {
|
||||||
local src=$(pwd) \
|
local src=$(pwd)
|
||||||
stage=$src/deploy
|
local stage=$src/deploy
|
||||||
|
|
||||||
mkdir -p $deploy
|
mkdir -p $stage
|
||||||
|
|
||||||
cp target/x86_64-unknown-linux-musl/release/bind9-api $stage/bind9-api-${TRAVIS-TAG:1}-x86_64-musl
|
cp target/x86_64-unknown-linux-musl/release/bind9-api $stage/bind9-api-${TRAVIS_TAG:1}-x86_64-musl
|
||||||
cp target/x86_64-unknown-linux-musl/release/bind9-api-client $stage/bind9-api-client-${TRAVIS-TAG:1}-x86_64-musl
|
cp target/x86_64-unknown-linux-musl/release/bind9-api-client $stage/bind9-api-client-${TRAVIS_TAG:1}-x86_64-musl
|
||||||
}
|
}
|
||||||
|
|
||||||
main
|
main
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "bind9-api-client"
|
name = "bind9-api-client"
|
||||||
version = "0.1.2"
|
version = "0.1.3"
|
||||||
authors = ["Valentin Brandl <vbrandl@riseup.net>"]
|
authors = ["Valentin Brandl <vbrandl@riseup.net>"]
|
||||||
description = "Client for the BIND9 API"
|
description = "Client for the BIND9 API"
|
||||||
license = "MIT/Apache-2.0"
|
license = "MIT/Apache-2.0"
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "bind9-api"
|
name = "bind9-api"
|
||||||
version = "0.1.2"
|
version = "0.1.3"
|
||||||
authors = ["Valentin Brandl <vbrandl@riseup.net>"]
|
authors = ["Valentin Brandl <vbrandl@riseup.net>"]
|
||||||
description = "Web API to create, update and remove DNS entries in bind9"
|
description = "Web API to create, update and remove DNS entries in bind9"
|
||||||
license = "MIT/Apache-2.0"
|
license = "MIT/Apache-2.0"
|
||||||
|
Reference in New Issue
Block a user