Skip to content

Commit

Permalink
Compute back missing branches based on the retrieved one on the DB
Browse files Browse the repository at this point in the history
  • Loading branch information
surli committed Jan 31, 2018
1 parent 8c352bd commit 66f3016
Show file tree
Hide file tree
Showing 5 changed files with 2,759 additions and 2,361 deletions.
3 changes: 2 additions & 1 deletion resources/SEIP/check-buildid-existency.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/usr/bin/env bash

CSV_FILE="seip-reproduced-bugs.csv"
#CSV_FILE="seip-reproduced-bugs.csv"
CSV_FILE="seip-reproduced-bugs-nobranch.csv"
LIST_BRANCHES="librepair-xp-remote-branches.txt"
OUTPUT="missing-branches.txt"
RETRIEVED_BRANCHES="retrieved-branches.txt"
Expand Down

0 comments on commit 66f3016

Please sign in to comment.