Skip to content

Commit 8e713b9

Browse files
ParaTools Enhancements to Rift for S3-Based Annex, and more (#29)
* paratools rift enhancements to support remote http+s3 annex, staging annex and gitlab ci * address review comments: restore gerrit, use RiftError, improve pylint score * address review comments: improve pylint; annex_push -> staging_annex * gha workflow: pip install xmltodict * update test references to annex.path -> annex.annex_path * fix datetime issue * use requests lib instead of curl subprocess for annex fetch * remove unused import
1 parent 2b8c1d5 commit 8e713b9

File tree

10 files changed

+828
-99
lines changed

10 files changed

+828
-99
lines changed

.github/workflows/lint.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ jobs:
3030
sudo apt-get update
3131
sudo apt-get -y install python3-rpm python3-dnf python3-yaml python3-jinja2
3232
33+
# Install xmltodict
34+
- name: Install xmltodict
35+
run: |
36+
pip install xmltodict
37+
3338
- name: Analysing the code with pylint
3439
run: |
3540
pylint lib/rift

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
build
12

23
# Compiled python modules.
34
*.pyc

0 commit comments

Comments
 (0)