Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Backports:SLE-15-SP4:RebuildFactoryUpdates
msv
create-tarball.sh
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File create-tarball.sh of Package msv
#!/bin/bash if [ $# -ne 1 ]; then echo "Usage: ./create-tarball VERSION" exit 1 fi VERSION=${1} NAME="msv" # Generate tarball from upstream source control: svn co https://svn.java.net/svn/${NAME}~svn/tags/${NAME}-${VERSION}/ ${NAME}-${VERSION} # Remove things that we don't need ( cd ${NAME}-${VERSION} rm -Rf www/ relames/ .svn/ rm -Rf schmit/ shared/ tahiti/ ) tar zcf ${NAME}-${VERSION}-clean.tar.gz ${NAME}-${VERSION}
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