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
d600afb0
Commit
d600afb0
authored
Nov 29, 2019
by
Markus Frosch
Browse files
Revert "Add dch script"
This reverts commit
809f9be3
.
parent
809f9be3
Pipeline
#7444
passed with stage
in 31 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
dch
deleted
100755 → 0
View file @
809f9be3
#!/bin/bash
set
-e
DEBFULLNAME
=
"
$(
git config user.name
)
"
DEBEMAIL
=
"
$(
git config user.email
)
"
export
DEBFULLNAME DEBEMAIL
exec
/usr/bin/dch
"
$@
"
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