-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ee79c71
commit 683cb67
Showing
1 changed file
with
25 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,25 @@ | ||
TODO: | ||
|
||
[ ] provide an +internal-bosh internal feature flag to only include the | ||
bosh and related releases (currently gets installed even on | ||
external-bosh feature flag) | ||
|
||
[ ] separate out all the releases from the forges into the releases | ||
subdirectory so each has its own <release-name>.yml file, then include | ||
that file into the manifests list in hooks/blueprint script | ||
|
||
[ ] add the releases to the upstream bosh releases section of the | ||
ci/settings.yml file so they can be updated via the pipeline. | ||
|
||
[ ] in check_sha script, download file separately before calculating sha1sum | ||
and check that it isn't an error | ||
|
||
[ ] get head of resource url in check_sha script and get size and modified | ||
date, check that file exists, and that the downloaded file matches the | ||
size. | ||
|
||
[ ] Utilize a s3 or redis datastore to cache urls with their calculated sha, | ||
size and modified date so we don't have to download the file every time. | ||
|
||
|
||
|