Skip to content

Commit

Permalink
Drop bzr dependency support (#553)
Browse files Browse the repository at this point in the history
* Drop bzr dependency support

* Update changelog entry for bzr change
  • Loading branch information
joshwlewis committed Apr 23, 2024
1 parent f380d38 commit 18b1171
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 47 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,9 @@

## [Unreleased]

* Drop support for installing bzr-hosted dependencies directly; bzr-hosted
dependencies may still be installed via `GOPROXY`

## [v190] - 2024-04-05

* Add go1.22.2
Expand Down
1 change: 0 additions & 1 deletion bin/compile
Expand Up @@ -24,7 +24,6 @@ GovendorVersion="$(<${DataJSON} jq -r '.Govendor.DefaultVersion')"
GBVersion="$(<${DataJSON} jq -r '.GB.DefaultVersion')"
PkgErrorsVersion="$(<${DataJSON} jq -r '.PkgErrors.DefaultVersion')"
MercurialVersion="$(<${DataJSON} jq -r '.HG.DefaultVersion')"
BazaarVersion="$(<${DataJSON} jq -r '.BZR.DefaultVersion')"
MattesMigrateVersion="$(<${DataJSON} jq -r '.MattesMigrate.DefaultVersion')"
GolangMigrateVersion="$(<${DataJSON} jq -r '.GolangMigrate.DefaultVersion')"
TQVersion="$(<${DataJSON} jq -r '.tq.DefaultVersion')"
Expand Down
3 changes: 0 additions & 3 deletions data.json
Expand Up @@ -103,9 +103,6 @@
"HG": {
"DefaultVersion": "3.9"
},
"BZR": {
"DefaultVersion": "2.7.0"
},
"MattesMigrate": {
"DefaultVersion": "v3.0.0"
},
Expand Down
4 changes: 0 additions & 4 deletions files.json
@@ -1,8 +1,4 @@
{
"bzr-2.7.0.tar.gz": {
"SHA": "0d451227b705a0dd21d8408353fe7e44d3a5069e6c4c26e5f146f1314b8fdab3",
"URL": "https://launchpad.net/bzr/2.7/2.7.0/+download/bzr-2.7.0.tar.gz"
},
"dep-linux-amd64": {
"Comment": "This is here for backwards compat. Remove after a while.",
"LocalName": "dep",
Expand Down
8 changes: 0 additions & 8 deletions test/fixtures/mod-with-bzr-dep/go.mod

This file was deleted.

4 changes: 0 additions & 4 deletions test/fixtures/mod-with-bzr-dep/go.sum

This file was deleted.

12 changes: 0 additions & 12 deletions test/fixtures/mod-with-bzr-dep/main.go

This file was deleted.

15 changes: 0 additions & 15 deletions test/run.sh
@@ -1,21 +1,6 @@
#!/usr/bin/env bash
# See README.md for info on running these tests.

testModWithBZRDep() {
fixture "mod-with-bzr-dep"

assertDetected

compile
assertModulesBoilerplateCaptured
assertGoInstallCaptured "go1.12.17"
assertGoInstallOnlyFixturePackageCaptured

assertCapturedExitSuccess
assertInstalledFixtureBinary
assertFile "web: bin/fixture" "Procfile"
}

testTestPackModulesVendoredGolangLintCI() {
fixture "mod-deps-vendored-with-tests"

Expand Down

0 comments on commit 18b1171

Please sign in to comment.