-
Notifications
You must be signed in to change notification settings - Fork 6
How to upload to ppa
LI Daobing edited this page Jun 6, 2019
·
3 revisions
- generate your key with
gpg --gen-key - publish your pub key to keyserver.ubuntu.com
- add your gpg fingerprint to ppa: https://launchpad.net/~jdcloud/+editpgpkeys
- confirm your gpg key from email
- switch to
debianbranch. - edit
debian/changelog, change version from0.2.1-1~jdcloud1to0.2.1-1~jdcloud1~bionic1, change release fromunstabletobionic. - run
debuild -S -e"Zhang San <zhangsan@jd.com>", replace "Zhang San" with your name, replace " zhangsan@jd.com" with your email. - go to the parent directory.
- run
dput ppa:jdcloud/sdk jdcloud-sdk-cpp-signer_0.2.1-1~jdcloud1~bionic1_source.changes - wait and check whether it's successful from https://launchpad.net/~jdcloud/+archive/ubuntu/sdk
Do similar steps with the following releases
- Ubuntu 16.04(xenial)
- Ubuntu 18.10(cosmic)
- Ubuntu 19.04(disco)