[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Upgrading octave-stk to 2.5.0



* Julien Bect <julien.bect@centralesupelec.fr> [2018-02-24 15:45]:

I have imported octave-stk 2.5.0 from upstream.  I hope I did it right.

If anyone wants to check the repo and the way I did this:

https://github.com/jbect/octave-stk-debian-packaging/blob/master/packaging-stk-2.5.0.md,

comments are welcome.

The very first command should have been (with gbp instead of git):

   gbp clone git@salsa.debian.org:pkg-octave-team/octave-stk.git

This automatically makes local branches "master", "upstream", and "pristine-tar" which track the remote branches "origin/master", "origin/upstream", and "origin/pristine-tar", respectively.

Also, all your "git push" commands can be done at once with:

   gbp push

In order to avoid typing the option --pristine-tar in my commands (which is my default, but is not gbp's), I have the following in my ~/.gbp.conf:

   [DEFAULT]
   pristine-tar = True

At any rate, everything looks okay in the octave-stk repository now.

Best,

Rafael


Reply to: