Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Docker Build Images
scripts
Commits
809f9be3
Commit
809f9be3
authored
Nov 29, 2019
by
Markus Frosch
Browse files
Add dch script
parent
36adce69
Pipeline
#7441
passed with stage
in 30 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
dch
0 → 100755
View file @
809f9be3
#!/bin/bash
set
-e
DEBFULLNAME
=
"
$(
git config user.name
)
"
DEBEMAIL
=
"
$(
git config user.email
)
"
export
DEBFULLNAME DEBEMAIL
exec
/usr/bin/dch
"
$@
"
Markus Frosch
📣
@mfrosch
mentioned in commit
d600afb0
·
Nov 29, 2019
mentioned in commit
d600afb0
mentioned in commit d600afb03f8be81fa6c76c1079d5a95d0b244e45
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment