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

Allow custom list of Git clean excludes, workspace excludes and picku… #154

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on May 6, 2016

  1. Allow custom list of Git clean excludes, workspace excludes and picku…

    …p tar-ignore from debian/source/options
    
    New environment variables:
    
    GIT_CLEANUP_EXCLUDES
    	Specify a ':' separated list of file paths to ignore when performing
    	a Git cleanup. This allows to keep generated files and transfer them
    	into the source package.
    
    	Example: GIT_CLEANUP_EXCLUDES="debian/dependency-cache:build.conf"
    
    WS_CLEANUP_EXCLUDES
    	Specify a ':' separated list of file paths to ignore when performing
    	the workspace cleanup. This allows to keep generated artifacts for
    	archiving in Jenkins, e.g. for cases where generate-git-snapshot is
    	only one step in the build process.
    
    By default, generate-git-snapshot uses the -I option for dpkg-buildpackage.
    This overrides what one may have specified in the debian/source/options.
    webtrekk-kane committed May 6, 2016
    Configuration menu
    Copy the full SHA
    3543e48 View commit details
    Browse the repository at this point in the history