Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 11840 Details for
Bug 20871
cvs.eclass should die on cvs co/update errors
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
cvs.eclass patch to make it detect cvs co/update failure
cvs-eclass-patch. (text/plain), 584 bytes, created by
Danny Milosavljevic
on 2003-05-12 15:36:49 UTC
(
hide
)
Description:
cvs.eclass patch to make it detect cvs co/update failure
Filename:
MIME Type:
Creator:
Danny Milosavljevic
Created:
2003-05-12 15:36:49 UTC
Size:
584 bytes
patch
obsolete
>--- eclass/cvs.eclass~ 2003-05-10 16:14:07.000000000 +0200 >+++ eclass/cvs.eclass 2003-05-10 16:14:07.000000000 +0200 >@@ -187,10 +187,16 @@ > eval $cmdlogin > if [ "${mode}" == "update" ]; then > einfo "Running $cmdupdate" >- eval $cmdupdate >+ eval $cmdupdate || { >+ die "ERROR" >+ exit 1 >+ } > elif [ "${mode}" == "checkout" ]; then > einfo "Running $cmdcheckout" >- eval $cmdcheckout >+ eval $cmdcheckout || { >+ die "ERROR" >+ exit 1 >+ } > fi > # elif [ "${ECVS_AUTH}" == "ext" ]; then > # # for ext there's also a possible ssh prompt, code not yet written
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 20871
: 11840