« Previous | Next » 

Revision d26d8b71

IDd26d8b7199f1cda61202a2a15f0b097aaa94e897

Added by Dimitris Aragiorgis over 11 years ago

Add script for auto pkg generation

Prerequisites:
- existing dirs: ~/build-area, ~/packages, ~/backup
- available commiter's gpg key commiter
- git-buildpackage

Suggested workflow:

git checkout --track origin/develop
git pull origin develop
git checkout -b local
git commit
git commit
.....
git checkout develop
git pull develop
git checkout local
git rebase develop

./autopkg.sh local debian-develop develop

Create Snapshot? yes
After few minutes in ~/build-area you will have all debian
related files. Currently those are marked as UNRELEASED and can
be used only for local use.

Create Snapshot? no
Answer no only if you are about to create new release. You
will get the chance to twick changelog file before building any package.
New tag will be proposed, and finally push directions will appear but not
happen.

All the above are done in a tmp local debian branch so
nothing gets affected.

Signed-off-by: Dimitris Aragiorgis <>

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences