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

For next release, ensure that following swift versions are cached (see description). #14

Closed
rolivieri opened this issue Aug 12, 2016 · 4 comments
Assignees
Labels

Comments

@rolivieri
Copy link

rolivieri commented Aug 12, 2016

Please note that some of these versions are already cached. Let's ensure that all versions listed below are included in the cached manifest:

swift-DEVELOPMENT-SNAPSHOT-2016-08-18-a
swift-DEVELOPMENT-SNAPSHOT-2016-08-07-a
swift-DEVELOPMENT-SNAPSHOT-2016-08-04-a
swift-DEVELOPMENT-SNAPSHOT-2016-07-25-a
swift-DEVELOPMENT-SNAPSHOT-2016-06-20-a
swift-DEVELOPMENT-SNAPSHOT-2016-05-09-a

@rolivieri rolivieri changed the title For next release, cache versions since swift 05-03. For next release, ensure that following swift versions are cached (see description). Aug 18, 2016
@rolivieri
Copy link
Author

@BDHernand I went ahead and updated the buildpack code accordingly to support the swift versions listed above. I will let you test it to verify that the changes actually work. I am in the middle of documenting the steps to follow for testing. I will let you know once I am done.

@rolivieri
Copy link
Author

@BDHernand I have deployed the buildpack to staging with the above swift versions. Let's add now support for swift 08-26.

@BDHernand
Copy link

BDHernand commented Aug 29, 2016

The following folder contains the docs I am putting together for the buildpack:

https://ibm.ent.box.com/files/0/f/11040341714/Buildpack___Bluemix

  1. Let's start by making sure you have requested the necessary access; see the "Requesting System Access" note.

  2. Add support to the Swift Buildpack on a separate branch (off develop) for swift 08-26 (For next release, ensure that following swift versions are cached (see description). #14). Let's do a PR for the change/update.

As part of this task, let's update the CI configuration for https://github.com/IBM-Bluemix/swift-helloworld/tree/bluemix-estado-08-25.

  1. Go over the "Creating The Buildpack ZIP Package"; make sure you can create a ZIP package on your Mac.

  2. Go over "Testing the Buildpack Using BOSH-lite" and ensure you can set up your system to run BOSH-lite and install buildpacks for testing.

  3. Go over "Swift Buildpack Testing on YS0" document and let's verify that you can deploy to YS0.

@BDHernand
Copy link

Ricardo,

I'm in step 4 from the previous comment and its working fine, but when i try and do the following command:

cf create-buildpack swift_buildpack <full_path_to_buildpack> 1

It fails with a error code 413. I looked on the web and it suggested changing the nginx.conf file to increase the client_file_size_max (think i spelt that correctly) to allow for bigger file uploads and that still failed. Now when it says <full_path_to_buildpack> i'm putting in the full path to the file.
The update-buildpack gives me the same error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants