Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:ALP:Workbench:1.0
devscripts
devscripts-debcommit-hg16.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File devscripts-debcommit-hg16.patch of Package devscripts
--- a/scripts/debcommit.pl +++ b/scripts/debcommit.pl @@ -663,7 +663,9 @@ sub commit { } else { die "debcommit: unknown program $prog"; } - die "debcommit: commit failed\n" if (!$action_rc); + # mercurial 1.6 returns failure if nothing is to be committed + # but we still want to continue with tagging + die "debcommit: commit failed\n" if (!$action_rc) && (!$release); } sub tag {
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor