Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:ALP:Workbench:1.0
google-guice
create-tarball.sh
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File create-tarball.sh of Package google-guice
#!/bin/sh set -e -x test $# -eq 1 test ! -d guice git clone https://github.com/google/guice.git cd ./guice git checkout ${1} git branch unbundled-${1} git checkout unbundled-${1} rm -rf $(ls . | grep -E -v 'core|extensions|pom|bom|jdk8-tests|COPYING|common.xml|build.xml|build.properties|lib') find . -name "*.jar" -and ! -name munge.jar -delete find . -name "*.class" -delete find lib -type f -and ! -name munge.jar -delete git commit -a -m "Remove unneeded stuff" git tag unbundled-${1} git archive --format=tar --prefix=google-guice-${1}/ unbundled-${1} \ | xz >../google-guice-${1}.tar.xz
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