Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12:GA
jython
fetch-jython.sh
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File fetch-jython.sh of Package jython
#!/bin/sh # Generate a source drop for jython from SVN # Usage message usage="usage: $0 <project_name> <svn_root> <svn_tag>" project_name=$1 svn_root=$2 svn_tag=$3 # Ensure we got all of the variables if [ "x$project_name"x = "xx" ] then echo >&2 "$usage" exit 1 fi if [ "x$svn_root"x = "xx" ] then echo >&2 "$usage" exit 1 fi if [ "x$svn_tag"x = "xx" ] then echo >&2 "$usage" exit 1 fi mkdir -p temp && cd temp svn export --username guest --password "" $svn_root/$project_name/tags/$svn_tag mv $svn_tag/$project_name $project_name-svn-$svn_tag tar jcf $project_name-fetched-src-$svn_tag.tar.bz2 $project_name-svn-$svn_tag
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor