Don't prepend the package name when committing it to CVS.
This commit is contained in:
parent
3c7b7518ef
commit
59dd01f1c7
@ -480,6 +480,9 @@ main() {
|
|||||||
vcs_update
|
vcs_update
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# In CVS, we don't prepend the package name to the commit message.
|
||||||
|
[ ${SC_VCS} = cvs ] && noprepend=
|
||||||
|
|
||||||
sayv "Now, let's let repoman do its job..."
|
sayv "Now, let's let repoman do its job..."
|
||||||
exec repoman commit ${old_repoman--a} ${force+-f} -m "${noprepend-${SC_CP}: }${commitmsg}"
|
exec repoman commit ${old_repoman--a} ${force+-f} -m "${noprepend-${SC_CP}: }${commitmsg}"
|
||||||
;;
|
;;
|
||||||
|
Loading…
Reference in New Issue
Block a user