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 717690 Details for
Bug 928847
[RFE] rlImport should allow to import all libraries specified in Makefile
[?]
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.
[patch]
rlImportAll.patch
rlImportAll.patch (text/plain), 1.27 KB, created by
Dalibor Pospíšil
on 2013-03-28 15:07:10 UTC
(
hide
)
Description:
rlImportAll.patch
Filename:
MIME Type:
Creator:
Dalibor Pospíšil
Created:
2013-03-28 15:07:10 UTC
Size:
1.27 KB
patch
obsolete
>diff -Nau /usr/share/beakerlib/libraries.sh.old /usr/share/beakerlib/libraries.sh.new >--- /usr/share/beakerlib/libraries.sh.old 2013-03-28 14:03:05.875827258 +0100 >+++ /usr/share/beakerlib/libraries.sh.new 2013-03-28 14:00:54.445826983 +0100 >@@ -56,9 +56,9 @@ > # 2) extract test(/Foo/Bar/Library/Baz) patterns > # 3) extract Bar/Baz from the patterns > # 4) make a single line of space-separated library IDs >- __INTERNAL_LIBRARY_DEPS="$(grep -E '^[^#]*RhtsRequires' Makefile \ >- | grep -E -o 'test\(/[^/)]+/[^/)]+/Library/[^/)]+\)' \ >- | sed -e 's|test(/[^/)]*/\([^/)]*\)/Library/\([^/)]*\))|\1/\2|g' \ >+ __INTERNAL_LIBRARY_DEPS="$(grep -E '^[^#]*RhtsRequires' $MAKEFILE \ >+ | grep -E -o -e 'test\(/[^/)]+/[^/)]+/Library/[^/)]+\)' -e '[Ll]ibrary\([^)]*\)' \ >+ | sed -e 's|test(/[^/)]*/\([^/)]*\)/Library/\([^/)]*\))|\1/\2|g' -e 's|[Ll]ibrary(\(.*\))|\1|' \ > | tr '\n' ' ')" > else > __INTERNAL_LIBRARY_DEPS="" >@@ -228,8 +228,13 @@ > rlLogError "rlImport: At least one argument needs to be provided" > return 1 > fi >- >+ > local WORKLIST="$*" >+ if [ "$1" == '--all' ]; then >+ rlLogDebug "Try to import all libraries specified in Makefile" >+ WORKLIST=$(__INTERNAL_extractRequires .) >+ fi >+ > local PROCESSING="x" > > # Process all arguments
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 928847
: 717690