This repository has been archived by the owner on Feb 24, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 80
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Godep was continually being a drain on development resources of acbuild, and thus this commit replaces godep with glide. Glide takes advantage of the golang vendor experiment, and thus this change will drop support for versions of Go less than 1.5. The biggest impact this change has is that dependencies are no longer vendored with acbuild, and are instead fetched at compile time by the build script. This is done by checking if the `vendor` directory exists, and running `glide install` if it is not.
- Loading branch information
Derek Gonyeo
committed
Feb 26, 2016
1 parent
1bf95ab
commit 3c87949
Showing
430 changed files
with
264 additions
and
62,581 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 |
---|---|---|
|
@@ -30,3 +30,4 @@ acbuild/acbuild | |
# Used in building acbuild | ||
gopath/ | ||
bin/ | ||
vendor/ |
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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Hacking on acbuild | ||
|
||
## Dependencies | ||
|
||
acbuild uses glide to control the versions of its dependencies. General | ||
documentation for glide can be found in [the project's | ||
README](https://github.com/Masterminds/glide/blob/master/README.md). | ||
|
||
Here you'll find whatever weird quirks we've found that developers of acbuild | ||
should be aware of. | ||
|
||
- The version of `appc/spec` specified in the `glide.yaml` file needs to match | ||
whatever version is vendored by rkt, or the build will fail. |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
110 changes: 0 additions & 110 deletions
110
Godeps/_workspace/src/github.com/appc/spec/aci/build.go
This file was deleted.
Oops, something went wrong.
16 changes: 0 additions & 16 deletions
16
Godeps/_workspace/src/github.com/appc/spec/aci/doc.go
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.