Projects
Kolab:3.4
nodejs-async
dl-tests.sh
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File dl-tests.sh of Package nodejs-async
#!/bin/bash tag=v0.2.5 set -e tmp=$(mktemp -d) trap cleanup EXIT cleanup() { set +e [ -z "$tmp" -o ! -d "$tmp" ] || rm -rf "$tmp" } unset CDPATH pwd=$(pwd) pushd "$tmp" git clone https://github.com/caolan/async.git cd async git archive --prefix="test/" --format=tar tags/${tag}:test/ \ | bzip2 > "$pwd"/tests-${tag}.tar.bz2 popd
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.