Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 153549 Details for
Bug 222659
media-libs/glide-v2
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
script for downloading glide2x sources
get_cvs_glide2x (text/plain), 345 bytes, created by
justXi
on 2008-05-18 14:50:08 UTC
(
hide
)
Description:
script for downloading glide2x sources
Filename:
MIME Type:
Creator:
justXi
Created:
2008-05-18 14:50:08 UTC
Size:
345 bytes
patch
obsolete
>#!/bin/bash > >Glide="Glide2-`date +%Y%m%d`" > >cvs -z3 -d:pserver:anonymous@glide.cvs.sourceforge.net:/cvsroot/glide co -P glide2x >cd glide2x >cvs -z3 -d:pserver:anonymous@glide.cvs.sourceforge.net:/cvsroot/glide co -P swlibs >find -nowarn -iname "CVS" -exec rm -rf {} +; >cd .. >mv glide2x ${Glide} >tar -cjvf ${Glide}.tar.bz2 ${Glide} >rm -r ${Glide}
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 222659
:
153547
| 153549 |
153553
|
153555