Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
sandbox-galaxy-docker
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
europdx
sandbox
sandbox-galaxy-docker
Merge requests
!1
Update prepare_data.sh
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Update prepare_data.sh
2780-master-patch-97796
into
master
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Radim Peša
requested to merge
2780-master-patch-97796
into
master
3 years ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
0a2691fe
1 commit,
3 years ago
1 file
+
13
−
0
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
prepare_data.sh
+
13
−
0
Options
#!/bin/bash
#!/bin/bash
echo
"-------------------------------------------"
echo
"Acceptable Use Policy and Conditions of Use"
echo
"-------------------------------------------"
echo
"Acceptable Use Policy and Conditions of Use (https://dataportal.europdx.eu/about/aup)"
echo
"have to be accepted before downloading and using EurOPDX data."
read
-p
"Do you accept the Acceptable Use Policy and Conditions of Use? [yes/no]"
choice
case
"
$choice
"
in
yes
|
Yes
)
echo
"AUP accepted."
;;
*
)
echo
"AUP not accepted. Exiting."
;
exit
0
;;
esac
set
-x
set
-x
# Copy graph.tgz
# Copy graph.tgz
Loading