-
Notifications
You must be signed in to change notification settings - Fork 146
running tests through gcloud #35
running tests through gcloud #35
Conversation
* explicitly specifying a debian mirror for debootstrap * use the actual correct mirror * variables are important * fixing comments * Switch to envsubst from sed.
fi | ||
|
||
if [ "$VERSION" == "jessie" ] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just for my own understanding: why take version as a parameter at all if we only support building jessie? are we planning on supporting wheezy (or other versions) in the future?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's to support different versions in the future as they get rolled out. We need to support as many as three versions at a time. We'll get rid of EOLed versions from the if statement as they're deprecated.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
cc @dlorenc