Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bring silk src into silk-release #89

Merged

Commits on Aug 3, 2023

  1. Bring silk src into silk-release

    We had originally setup silk in an enitre other repo with the intention
    that it could be imported, used, and extended by other projects.
    This never happened and now we have a separate repo for `silk` when it
    is only used in `silk-release.
    
    This commit takes [code.cloudfoundry.org/silk at commit
    8e48b8d1e6812ccd3da7c93fb30728ad1d9000ed](cloudfoundry/silk@8e48b8d),
    and folds it into `silk-release` under `src/code.cloudfoundry.org/silk`.
    
    Other changes worth mentioning:
    - `scripts/test.sh` and `scripts/start-db-helper` taken from
      `cf-networking`, e.g. https://github.com/cloudfoundry/cf-networking-release/blob/develop/scripts/test.sh
        - the `silk` tests now require some databases to run
    - removes scripts from the `silk` source repo
    - Updates bosh packaging specs for the new pakage import path
    - Consolidates `modules/modules.go` and `tools/tools.go` since they seem
      to do the same thing and we don't need to import the silk stuff
    
    Addresses: cloudfoundry/silk#52
    
    [#185149418](https://www.pivotaltracker.com/story/show/185149418)
    
    Signed-off-by: Renee Chu <reneec@vmware.com>
    jrussett authored and reneighbor committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    96abf2b View commit details
    Browse the repository at this point in the history