Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 7682 Details for
Bug 14617
contest-.0.61_pre2.ebuild (New Package)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
contest-setup
contest-setup (text/plain), 1010 bytes, created by
Ryan Shaw
on 2003-01-27 08:25:34 UTC
(
hide
)
Description:
contest-setup
Filename:
MIME Type:
Creator:
Ryan Shaw
Created:
2003-01-27 08:25:34 UTC
Size:
1010 bytes
patch
obsolete
>#! /bin/sh ># ># contest-setup ># ># A script to help set up a kernel source tree ># in which contest can run benchmarks. ># > >if [ -z "$1" ] >then > echo "Usage: `basename $0` [directory to run benchmark in]" > exit 65 >fi > >WORKSPACE=$1 >DISTFILES="/usr/portage/distfiles" >KERNEL_MIRROR="http://www.kernel.org" >KERNEL_TARBALL="linux-2.4.19.tar.bz2" > >[ -d "${WORKSPACE}" ] || mkdir ${WORKSPACE} >cd ${WORKSPACE} > >if [ ! -d "linux-2.4.19" ] >then > if [ -e "${DISTFILES}/${KERNEL_TARBALL}" ] > then > KERNEL_TARBALL="${DISTFILES}/${KERNEL_TARBALL}" > else > wget ${KERNEL_MIRROR}/pub/linux/kernel/v2.4/${KERNEL_TARBALL} > fi > tar jxvf ${KERNEL_TARBALL} >fi >cd linux-2.4.19 > >cp /usr/share/contest/contest.config .config >cp /usr/share/dbench/*.txt . >make oldconfig && make dep > >echo >echo "Now, boot into the kernel you wish to benchmark." >echo "Boot into single user mode by appending these options: " >echo " single vga=normal apm=off" >echo "Then cd to ${WORKSPACE}/linux-2.4.19 and run contest." >echo > >exit 0
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 14617
:
7681
| 7682