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

Deb #677

Closed
wants to merge 6 commits into from
Closed

Deb #677

wants to merge 6 commits into from

Conversation

zzchun
Copy link
Contributor

@zzchun zzchun commented Feb 1, 2018

Signed-off-by: Zhanchun Zhang [email protected]

1.Describe what this PR did
This pr added a way to build rpm package

2.Does this pull request fix one issue?
fixes part of #67

3.Describe how you did it

  1. Build pouch:deb image
    cd pouch
    docker build -t pouch:deb -f hack/package/deb/ubuntu-xenial/Dockerfile.x86_64 .
  2. Mount a directory which contains gpg keys, eg
    $ tree /root/deb/
    deb
    ├── keys
    │   ├── gpg
    │   └── secretkey
  3. run pouch:deb to generate deb package
    docker run -it -e VERSION="0.1.0" -v /root/deb/:/root/deb pouch:deb bash -c hack/package/deb/build.sh
  4. In this example, rpm package will be output in '/root/deb/package/' directory

4.Describe how to verify it
NONE

5.Special notes for reviews
NONE

zzchun and others added 6 commits January 16, 2018 17:12
fix can't 'make client'.

Signed-off-by: Rudy Zhang <[email protected]>
Signed-off-by: Zhanchun Zhang <[email protected]>
@pouchrobot
Copy link
Collaborator

Thanks for your contribution. 🍻 @zzchun
While we thought PR TITLE could be more specific, longer than 20 chars.
Please edit this PR title instead of opening a new one.
More details, please refer to https://github.com/alibaba/pouch/blob/master/CONTRIBUTING.md

@pouchrobot
Copy link
Collaborator

@zzchun Thanks for your contribution. 🍻
Please sign off in each of your commits.

@zzchun zzchun closed this Feb 1, 2018
@zzchun zzchun deleted the deb branch February 1, 2018 09:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants