Commit 8de8af4
committed
Remove usage of
Previously the code to assemble the zip file of agent assets relied on
files from the `bosh-agent-index` as well as the git version info to
checkout the `bosh-agent` submodule of this repo to the correct version,
and then built `pipe.exe` and copied `service_wrapper.xml`.
This commit changes the CI task's `run.sh` to instead neither rename
`bosh-agent.exe`, and `pipe.exe`, nor to update the submodule commit,
and instead updates the rake task to fetch these assets directly from
the `bosh-agent-index` where the are now being added[1], and the git
submodule at srrc/github.com/cloudfoundry/bosh-agent/ has been removed.
[1] example: https://github.com/cloudfoundry/bosh-agent-index/blob/master/v2.713.0.meta4bosh-agent submodule1 parent cd7ec66 commit 8de8af4
File tree
2 files changed
+6
-25
lines changed- lib/tasks/package
- src/github.com/cloudfoundry
2 files changed
+6
-25
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | 7 | | |
18 | 8 | | |
19 | 9 | | |
| |||
27 | 17 | | |
28 | 18 | | |
29 | 19 | | |
30 | | - | |
31 | | - | |
32 | 20 | | |
33 | 21 | | |
34 | 22 | | |
| |||
38 | 26 | | |
39 | 27 | | |
40 | 28 | | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
53 | 35 | | |
54 | 36 | | |
55 | 37 | | |
| |||
Submodule bosh-agent deleted from e12d233
0 commit comments