Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 681476 Details for
Bug 899732
Invalid versions in mead repository zip
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
0001-Print-filenames-for-invalid-OSGi-versions-to-make-it.patch
0001-Print-filenames-for-invalid-OSGi-versions-to-make-it.patch (text/x-patch), 1.55 KB, created by
Paul Gier
on 2012-03-08 15:46:34 UTC
(
hide
)
Description:
0001-Print-filenames-for-invalid-OSGi-versions-to-make-it.patch
Filename:
MIME Type:
Creator:
Paul Gier
Created:
2012-03-08 15:46:34 UTC
Size:
1.55 KB
patch
obsolete
>From dd2f71672040cc95c684f1f58725ac0e168c7092 Mon Sep 17 00:00:00 2001 >From: Paul Gier <pgier@redhat.com> >Date: Thu, 8 Mar 2012 09:45:04 -0600 >Subject: [PATCH] Print filenames for invalid OSGi versions to make it easier > to see which projects have the problem. > >--- > .../check-maven-repo-for-valid-versions.sh | 6 +++--- > 1 files changed, 3 insertions(+), 3 deletions(-) > >diff --git a/compare-maven-repo/check-maven-repo-for-valid-versions.sh b/compare-maven-repo/check-maven-repo-for-valid-versions.sh >index c96231c..6079e77 100755 >--- a/compare-maven-repo/check-maven-repo-for-valid-versions.sh >+++ b/compare-maven-repo/check-maven-repo-for-valid-versions.sh >@@ -35,16 +35,16 @@ for FILE in `find $REPO_DIR -type f -name "*.pom"`; do > if [ $ROWS -eq 0 ]; then > RESULT_TEXT="FAIL - version is valid but isn't present in POM file" > COUNTER_POM_FAIL=$(($COUNTER_POM_FAIL+1)) >- echo $PARENT_DIR_NAME >> invalid-versions.txt >+ echo "$PARENT_DIR_NAME - $BASENAME" >> invalid-versions.txt > RET=1 > else >- echo $PARENT_DIR_NAME >> valid-versions.txt >+ echo "$PARENT_DIR_NAME - $BASENAME" >> valid-versions.txt > fi > else > RESULT_TEXT="FAIL - version $PARENT_DIR_NAME is not valid" > RESULT_TEXT_ERR="Expected format is <baseversion>-redhat-<buildnumber> + OSGI compatible, see https://docspace.corp.redhat.com/docs/DOC-39079" > COUNTER_POM_FAIL=$(($COUNTER_POM_FAIL+1)) >- echo $PARENT_DIR_NAME >> invalid-versions.txt >+ echo "$PARENT_DIR_NAME - $BASENAME" >> invalid-versions.txt > RET=1 > fi > >-- >1.7.7.6 >
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 Raw
Actions:
View
Attachments on
bug 899732
:
681475
| 681476