Projects
OpenHPC3:3.3:Factory
test-suite
_service:extract_file:get_source.sh
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File _service:extract_file:get_source.sh of Package test-suite
#!/usr/bin/env bash set -xe # Note: The current working directory is the component's SPEC folder OHPC_ROOT_FOLDER="../../../.." # The folder that will contain the .git/ and docs/ folders TESTS_OHPC_FOLDER=tests-ohpc cleanup() { rm -rf "${TESTS_OHPC_FOLDER}" } trap cleanup EXIT # 1. Prepare cleanup mkdir -p "${TESTS_OHPC_FOLDER}" # 2. Copy the local docs/ cp -r "${OHPC_ROOT_FOLDER}/tests" "${TESTS_OHPC_FOLDER}" # 3. Create tests-ohpc.tar tar cf ../SOURCES/tests-ohpc.tar "${TESTS_OHPC_FOLDER}"
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
.