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

Re: Building console-setup cleanly?



On Thu, 2015-02-19 at 07:02 +0100, Christian PERRIER wrote:
> It appears that my use of git-buildpackage

What does your gbp rune look like? My notes claim that my runes for a
source only upload are:

        # Generate source
        gbp buildpackage -S --git-tag --git-sign-tags --git-debian-tag='%(version)s' --git-builder=debuild
        # Check that it builds
        cd ~/tmp/build-area # due to export-dir=~/tmp/build-area in ~/.gbp.conf
        sbuild -j4 --dist sid --arch amd64 -b foo.dsc
        # Upload
        dput -s foo_source.changes
        
I suppose the first line could still apply even if you were using
cowbuilder etc.

For dirty trees options like --git-ignore-new or --git-export=WC
(==Working Copy) are useful.

Ian.


Reply to: