Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Political Memory
memopol
Commits
b66bf691
Commit
b66bf691
authored
Oct 11, 2016
by
Nicolas Joyard
Browse files
Update bin scripts
parent
7ef06aa5
Pipeline
#194
passed with stages
in 8 minutes and 29 seconds
Changes
5
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
bin/lib.sh
View file @
b66bf691
...
...
@@ -42,5 +42,5 @@ function refresh_scores() {
fi
export
DJANGO_SETTINGS_MODULE
=
memopol.settings
./manage.py
refresh_scores
memopol
refresh_scores
}
bin/update_dossiers
View file @
b66bf691
#!/bin/bash
set
-ex
source
${
OPENSHIFT_REPO_DIR
}
bin/lib.sh
source
bin/lib.sh
parltrack_download_pipe ep_dossiers.json.xz parltrack_import_dossiers
...
...
bin/update_proposals
View file @
b66bf691
#!/bin/bash
set
-ex
source
${
OPENSHIFT_REPO_DIR
}
bin/lib.sh
source
bin/lib.sh
# Nothing for parltrack - proposals imported with votes
...
...
bin/update_representatives
View file @
b66bf691
#!/bin/bash
set
-ex
source
${
OPENSHIFT_REPO_DIR
}
bin/lib.sh
source
bin/lib.sh
parltrack_download_pipe ep_meps_current.json.xz parltrack_import_representatives
...
...
bin/update_votes
View file @
b66bf691
#!/bin/bash
set
-ex
source
${
OPENSHIFT_REPO_DIR
}
bin/lib.sh
source
bin/lib.sh
parltrack_download_pipe ep_votes.json.xz parltrack_import_votes
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment