Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 174420 Details for
Bug 60690
sys-block/3dm2: 3ware Device Manager Ebuild
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Script to create Tarballs for 9.5.1.1
create-tarballs-9.5.1.1.sh (text/plain), 857 bytes, created by
Stefan Behte (RETIRED)
on 2008-12-06 17:13:40 UTC
(
hide
)
Description:
Script to create Tarballs for 9.5.1.1
Filename:
MIME Type:
Creator:
Stefan Behte (RETIRED)
Created:
2008-12-06 17:13:40 UTC
Size:
857 bytes
patch
obsolete
>#!/bin/bash ># craig@haquarter.de >VERSION=9.5.1.1 >cat <<EOF > >As we're not allowed to redistribute, we're fetching .deb packages from http://jonas.genannt.name/ >Then we unpack those and create our own .tar.gz file for both archs. >See http://bugs.gentoo.org/show_bug.cgi?id=60690 > >-Craig- > >EOF > >dpkg=`which dpkg` >if [ "$dpkg" = "" ] >then > echo "You need dpkg." > exit -1 >fi > >for ARCH in i386 amd64 >do > wget http://jonas.genannt.name/3ware-3dm2-binary_${VERSION}-1duo1_${ARCH}.deb > dpkg -x 3ware-3dm2-binary_${VERSION}-1duo1_${ARCH}.deb ${ARCH} > rm -fr ${ARCH}/etc/3dm2/3dm2.cnf ${ARCH}/etc/init.d/ ${ARCH}/usr/share/bug ${ARCH}/usr/share/doc ${ARCH}/usr/share/lintian > cd ${ARCH} ; tar -czf ../3dm2-${VERSION}-${ARCH}.tar.gz * ; cd .. > rm -fr ${ARCH} 3ware-3dm2-binary_${VERSION}-1duo1_${ARCH}.deb >done >mv 3dm2-${VERSION}-i386.tar.gz 3dm2-${VERSION}-x86.tar.gz
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 60690
:
37615
|
37616
|
37617
|
61761
|
61762
|
61763
|
102513
|
102514
|
102515
|
104358
|
104359
|
165263
|
165265
|
165267
|
174418
|
174420
|
185465
|
196481
|
196482
|
196486
|
240053
|
241011
|
241013
|
241015
|
241017
|
241171
|
269835
|
302101
|
364494