-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/jelmer/silver-platter int…
…o bump-deps
- Loading branch information
Showing
39 changed files
with
2,276 additions
and
3,332 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,6 +23,9 @@ jobs: | |
sudo apt -y update | ||
sudo apt -y install devscripts bzr libapt-pkg-dev libtdb-dev libssl-dev pkg-config | ||
cargo install cargo-all-features | ||
# TODO(jelmer): Add proper test isolation so this isn't necessary | ||
- name: Setup bzr identity | ||
run: bzr whoami "CI <[email protected]>" | ||
- name: Build | ||
run: cargo build --verbose | ||
- name: Run tests | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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,7 +1,7 @@ | ||
[package] | ||
name = "silver-platter" | ||
version = "0.5.20" | ||
authors = [ "Jelmer Vernooij <[email protected]>",] | ||
authors = [ "Jelmer Vernooij <[email protected]>",] | ||
edition = "2021" | ||
license = "GPL-2.0+" | ||
description = "Large scale VCS change management" | ||
|
@@ -69,10 +69,14 @@ pyo3-log = "0.8" | |
serde_json = "1" | ||
tera = "1" | ||
serde = "1.0.171" | ||
breezyshim = ">=0.1.55" | ||
breezyshim = ">=0.1.79" | ||
url = "2.4.0" | ||
debian-changelog = "0.1.10" | ||
|
||
[[bin]] | ||
name = "svp" | ||
|
||
[[bin]] | ||
name = "debian-svp" | ||
required-features = ["debian"] | ||
|
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,4 +1,4 @@ | ||
all: | ||
all: build-inplace | ||
|
||
build-inplace: | ||
python3 setup.py build_ext -i | ||
|
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
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
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.