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 858669 Details for
Bug 1060735
traceback in malformed jinja_render block
[?]
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.
a yaml file that reproduces the problem
openlmi.yaml (text/plain), 3.17 KB, created by
Tomáš Bžatek
on 2014-02-03 15:58:53 UTC
(
hide
)
Description:
a yaml file that reproduces the problem
Filename:
MIME Type:
Creator:
Tomáš Bžatek
Created:
2014-02-03 15:58:53 UTC
Size:
3.17 KB
patch
obsolete
>openlmi: > fullname: OpenLMI > description: OpenLMI assistant will help you create an OpenLMI provider and install necessary dependencies. > ># dependencies: ># - rpm: ['openlmi-providers-devel', 'openlmi-indicationmanager-libs-devel', 'python-sphinx-theme-openlmi'] > ># dependencies_build: ># - rpm: ['rpm-build','mock','eclipse-rpm-editor'] > ># dependencies_eclipse: ># - use: eclipse.dependencies_c > ># dependencies_vim: ># - use: vim.dependencies > > args: ># name: ># use: common_args > ># build: ># flags: ># - -b ># - --build ># help: ># 'This will create SRPM and RPM packages.' ># action: ># 'store_true' > ># vim: ># snippet: vim > ># eclipse: ># snippet: eclipse > ># github: ># snippet: common_args > > files: > csources: &csources > source: . > > run: > - $dirname: $(dirname "$name") > - $basename: $(basename "$name") > - $lbasename: $(basename "$name" | tr '[A-Z]' '[a-z]') > - log_i: "Project name will be converted to lowercase letters ($lbasename)" > - $lowername: $(echo "$dirname/$lbasename") > - if not $(ls "$lowername"): > - log_i: 'Copying c source tree to project destination' > - cl_i: cp -r *csources "$lowername" > - dda_c: "$lowername" > - cl: cd "$lowername" > - cl: mv mof/60_LMI_@@PROJECT_NAME@@.mof "mof/60_LMI_$basename.mof" > - cl: for i in `find -name *@@PROJECT_NAME@@*`; do mv "$i" `echo $i | sed 's/@@PROJECT_NAME@@/$basename/'`; done > - jinja_render: > template: *csources > > ># destination: $destination ># overwrite: $(echo "${force}") ># data: ># test: testx > ># destination: $destination ># overwrite: $(echo "${force}") > > ># - cl: sed -i "s|CDevelopmentTool|$basename|" configure.ac ># - cl: mv cdevelopmenttool.spec "$basename.spec" ># - cl: sed -i "s|cdevelopmenttool|$basename|" "$basename.spec" ># - use: git_init_add_commit > - else: > - cl: cd "$lowername" > - log_i: 'Project already exists' > ># - log_i: 'Run autoreconf' ># - cl_i: autoreconf --install ># - log_i: 'Run configure script' ># - cl_i: ./configure ># - cl_i: make clean ># - log_i: 'Compiling sources' ># - cl_i: make ># - log_i: 'Run make distcheck to create tar ball' ># - cl_i: make dist ># - log_i: 'In $name/README file are described steps how to add and build' ># - log_i: 'new C source file by autotools' ># - log_i: 'More information about autotools can be found here:' ># - log_i: 'automake: http://www.gnu.org/software/automake/manual/automake.html' ># - log_i: 'autoconf: http://www.gnu.org/software/autoconf/manual/autoconf.html' ># - if defined $vim: ># - use: vim.run ># - if defined $build: ># - log_i: 'Creating spec file' ># - $dirname: $(pwd) ># - cl: rpmdev-setuptree ># - cl: rm -f "~/rpmbuild/SPECS/$basename.spec" ># - cl: cp "$basename-0.0.tar.gz" ~/rpmbuild/SOURCES ># - cl: cp "$basename.spec" ~/rpmbuild/SPECS ># - cl: cd ~/rpmbuild/SPECS ># - cl_i: pkexec yum-builddep "~/rpmbuild/SPECS/$basename.spec" ># - log_i: 'Creating RPM from tarball' ># - cl_i: rpmbuild -ba "$basename.spec" ># - cl_f: cd "$dirname" ># - if $eclipse: ># - use: eclipse.run_c ># - if defined $github: ># - log_i: "Push to GitHub repository" ># - github: create_and_push
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 1060735
:
858576
|
858577
| 858669 |
858695
|
859237