Skip to content

Commit

Permalink
Remove scf-helper release submodule (and use a final release instead)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimitris Karakasilis authored and Dimitris Karakasilis committed Dec 13, 2018
1 parent d050c98 commit f327a90
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 11 deletions.
1 change: 0 additions & 1 deletion .envrc
Expand Up @@ -27,7 +27,6 @@ export FISSILE_DOCKER_ORGANIZATION=${FISSILE_DOCKER_ORGANIZATION:-'splatform'}
# of all the releases that make up SCF
FISSILE_RELEASE=""
FISSILE_RELEASE="${FISSILE_RELEASE},${PWD}/src/scf-release"
FISSILE_RELEASE="${FISSILE_RELEASE},${PWD}/src/scf-helper-release"

export FISSILE_RELEASE="${FISSILE_RELEASE#,}"

Expand Down
1 change: 0 additions & 1 deletion .gitignore
Expand Up @@ -21,7 +21,6 @@ password
# `make dist` output of various forms
/output/
personal-setup
src/scf-helper-release/src/acceptance-tests-brain/test-resources/buildpack_inspector_buildpack/buildpack_inspector_buildpack-*.zip
/OSCTEMP/
/source-output/
.final_releases
3 changes: 0 additions & 3 deletions .gitmodules
@@ -1,6 +1,3 @@
[submodule "src/scf-helper-release"]
path = src/scf-helper-release
url = https://github.com/SUSE/scf-helper-release
[submodule "src/uaa-fissile-release"]
path = src/uaa-fissile-release
url = https://github.com/SUSE/uaa-fissile-release
Expand Down
5 changes: 0 additions & 5 deletions Makefile
Expand Up @@ -124,12 +124,7 @@ uaa-helm: ${FISSILE_BINARY}
scf-release:
make/bosh-release src/scf-release

scf-helper-release:
cp container-host-files/etc/scf/config/role-manifest.yml src/scf-helper-release/src; \
make/bosh-release src/scf-helper-release

releases: \
scf-helper-release \
scf-release \
uaa-releases \
${NULL}
Expand Down
4 changes: 4 additions & 0 deletions container-host-files/etc/scf/config/role-manifest.yml
Expand Up @@ -116,6 +116,10 @@ releases:
version: "1.0.2"
url: "https://s3.amazonaws.com/suse-final-releases/groot-btrfs-release-1.0.2.tgz"
sha1: "1232559a679c7b588e735d35c1a8deb250fd8afd"
- name: "scf-helper"
version: "1.0.1"
url: "https://s3.amazonaws.com/suse-final-releases/scf-helper-release-1.0.1.tgz"
sha1: "94bb4357cbe5fa07ddeb7efef1d1f7a2af8dfead"

instance_groups:
- name: syslog-scheduler
Expand Down
1 change: 0 additions & 1 deletion src/scf-helper-release
Submodule scf-helper-release deleted from b9fa59

0 comments on commit f327a90

Please sign in to comment.