Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:11.4:Update
deb
devscripts-debcommit-hg16.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File devscripts-debcommit-hg16.diff of Package deb
--- devscripts-2.10.62/scripts/debcommit.pl.orig 2010-04-06 05:03:11.000000000 +0200 +++ devscripts-2.10.62/scripts/debcommit.pl 2010-07-29 23:36:07.000000000 +0200 @@ -577,7 +577,9 @@ 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