-
Notifications
You must be signed in to change notification settings - Fork 792
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Swimm updates #904
Swimm updates #904
Conversation
…in post_breach/actions/schedule_jobs.py
Codecov Report
@@ Coverage Diff @@
## develop #904 +/- ##
========================================
Coverage 60.56% 60.57%
========================================
Files 166 166
Lines 4953 4954 +1
========================================
+ Hits 3000 3001 +1
Misses 1953 1953
Continue to review full report at Codecov.
|
ScheduleJobs
" Swimm unit
.travis.yml
Outdated
- sudo apt-get -y install libappindicator3-1 | ||
- sudo apt-get -y install libsecret-1-0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sudo apt-get -f install
after dpkg -i swimm
should be better, as we wouldn't have to figure out dependencies each time they change
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let install dependencies dynamically. Other than that, it's hard to review the logic of swimm unit, as all the previous values were gibberish, so I trust you tested this.
c749bc6
to
7d41220
Compare
.travis.yml
Outdated
@@ -98,10 +98,11 @@ script: | |||
|
|||
# verify swimm | |||
- cd $TRAVIS_BUILD_DIR | |||
- wget https://firebasestorage.googleapis.com/v0/b/swimmio.appspot.com/o/Release%2Fv018%2Fswimm-0.1.8-linux-executable\?alt\=media\&token\=e59c0a18-577f-4b77-bb3b-91b22c3d8b2a -O swimm | |||
- wget "https://firebasestorage.googleapis.com/v0/b/swimmio.appspot.com/o/Release%2Fv029%2FSwimm_0.2.9_Setup.deb?alt=media&token=774ebd98-cb4e-4615-900c-aada224c1608" -O swimm | |||
- sudo dpkg -i swimm || (sudo apt-get update && sudo apt-get -f install && sudo dpkg -i swimm) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do we need the additional sudo dpkg -i swimm
at the end? sudo apt-get -f install
not enough?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Address my comment, test if needed and you can merge
7d41220
to
50bec61
Compare
Fix "Implement a new PBA —
ScheduleJobs
" Swimm unit and modify Travis script for new Swimm version