Skip to content
This repository has been archived by the owner on Nov 10, 2018. It is now read-only.

Add creating of debian package #1

Merged
merged 22 commits into from
Feb 25, 2015
Merged

Conversation

DieterReuter
Copy link
Collaborator

After compiling Docker from source we create a debian installer package and push it to S3 bucket.
Right now, only all Docker related files are included in the .deb package.

TODO: include scripts for install/deinstall/update package

Connects to hypriot/build-pipeline#53


# Upload to S3 (using AWS CLI)
aws s3 cp $TAR_FILE s3://$AWS_BUCKET_NAME/docker/v$DOCKER_VERSION/
aws s3 cp /$TAR_FILE s3://$AWS_BUCKET_NAME/docker/bin/
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I suggest to remove these lines and let the Drone upload the files to S3.
So nobody of the team accidentally uploads files to S3 while building at home.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good point. But for now, this build did not run within Drone.

@StefanScherer
Copy link
Member

I see, ok it's a native ARM build in Docker on Pi at the moment.

@StefanScherer
Copy link
Member

@DieterReuter I want this to be merged before we release a new SD image. Everything built from master branches.

DieterReuter added a commit that referenced this pull request Feb 25, 2015
@DieterReuter DieterReuter merged commit fdc0d4b into master Feb 25, 2015
@DieterReuter DieterReuter deleted the add-create-debian-package branch February 25, 2015 22:58
@StefanScherer
Copy link
Member

👍 ⭐ ⭐

@StefanScherer
Copy link
Member

Are you doing another build of the docker deb?
If yes, I'll wait for the SD image to include the 1.5.0-8.
Afterwards I suggest to make a release in this repo, so we have a release tag as well.

@DieterReuter
Copy link
Collaborator Author

I can create a new build 1.5.0-8 for tomorrow.

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

Successfully merging this pull request may close these issues.

2 participants