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

Conversation

webtrekk-kane
Copy link
Contributor

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.

…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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant