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 597912 Details for
Bug 716154
FTBFS libcrystalhd-3.5.1-1.fc14
[?]
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.
snapshot script
libcrystalhd-snapshot.sh (text/plain), 415 bytes, created by
Nicolas Chauvet (kwizart)
on 2012-07-12 22:29:23 UTC
(
hide
)
Description:
snapshot script
Filename:
MIME Type:
Creator:
Nicolas Chauvet (kwizart)
Created:
2012-07-12 22:29:23 UTC
Size:
415 bytes
patch
obsolete
>#!/bin/bash > >set -e > >tmp=$(mktemp -d) > >trap cleanup EXIT >cleanup() { > set +e > [ -z "$tmp" -o ! -d "$tmp" ] || rm -rf "$tmp" >} > >unset CDPATH >pwd=$(pwd) >date=$(date +%Y%m%d) >package=libcrystalhd >svn={$date} >svn=HEAD > >cd "$tmp" >svn export --force https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk/lib/libcrystalhd/ ${package}-${date} >tar cJf "$pwd"/${package}-${date}.tar.xz ${package}-${date} >cd - >/dev/null
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 716154
:
509204
|
509205
|
509206
|
509207
|
509208
|
509209
|
597911
| 597912