lp:~linaro-infrastructure/linaro-license-protection/master
- Get this branch:
- bzr branch lp:~linaro-infrastructure/linaro-license-protection/master
Branch merges
Branch information
Import details
This branch is an import of the HEAD branch of the Git repository at http://git.linaro.org/git/infrastructure/linaro-license-protection.git.
Last successful import was 3 hours ago.
Recent revisions
- 500. By Ben Copeland on 2021-01-13
-
Whitelist: Add missing AOSP slave
Change-Id: I596f3cdea9c831
48568031007c740 c84b2708fae
Signed-off-by: Benjamin Copeland <email address hidden>
Reviewed-on: https://review. linaro. org/c/infrastru cture/linaro- license- protection/ +/37509 - 499. By Kelley Spoon <email address hidden> on 2020-12-01
-
Add timestamps to the report CSV
Currently, our process_report script assumes that a Download occured
on the day the process_report script was run. This isn't correct,
so we need to keep track of the actual datetime when the download
occurred in the CSV as an extra field.This attempts to handle it in a way that is backwards compatible with
previous CSV files that don't include a timestamp column.Change-Id: I5249c434a2777f
09fb1e2010b812a 91255517b07
Reviewed-on: https://review. linaro. org/c/infrastru cture/linaro- license- protection/ +/36874
Reviewed-by: Kelley Spoon <email address hidden> - 498. By Riku Voipio on 2020-10-29
-
llp: fix links to deeper paths
With the original code, the re match is:
('https:/
/snapshots. linaro. org/openembedde d/schneider/ linaro- dunfell- 4.19/soca9', 'latest/dip', 'MD5SUMS.txt') Correct it by matching only exactly to "latest"
('https:/
/snapshots. linaro. org/openembedde d/schneider/ linaro- dunfell- 4.19/soca9', 'latest', 'dip/MD5SUMS.txt') Hence reconstructing the url will succeed again
fixes LSS-1804
Change-Id: I73bb5b6c6655e0
f3590facc3e4302 dc7aadb9294
Reviewed-on: https://review. linaro. org/c/infrastru cture/linaro- license- protection/ +/36676
Reviewed-by: Benjamin Copeland <email address hidden> - 497. By Riku Voipio on 2020-08-19
-
fix direct url references
Fixes direct reference like:
http://
localhost: 8080/components /kernel/ linaro- edk2/latest/ x.txt and thus also wildcards on latest:
http://
localhost: 8080/components /kernel/ linaro- edk2/latest/ startup- qemu-*. nsh Signed-off-by: Riku Voipio <email address hidden>
Change-Id: Ia95dbaa3f715dfe604f01b43776db ba9f26147ea
Reviewed-on: https://review. linaro. org/c/infrastru cture/linaro- license- protection/ +/36170
Reviewed-by: Kelley Spoon <email address hidden> - 496. By Riku Voipio on 2020-08-18
-
Fix testsuite
1. requirements pin auth plugin version
The new version requires Python 32. Revert the S3 testsuite changes. These need to
implemented properly in it's own changeset3. views.py: don't call s3_replace_latest if we
are not configured to use S3Signed-off-by: Riku Voipio <email address hidden>
Change-Id: I7723155a1dbfc242857618e64ecf5 852ea4ed22c
Reviewed-on: https://review. linaro. org/c/infrastru cture/linaro- license- protection/ +/36180
Reviewed-by: Benjamin Copeland <email address hidden> - 495. By Kelley Spoon <email address hidden> on 2020-08-04
-
fix bug introduced in new link_latest code
The previous commit would truncate anything after "/latest" if an
.s3_link_from file was found, which made it impossible to reference
a file through the "latest" version directly.This change also includes updates to the default settings.py to
include S3 settings that will trigger API v3 testing. Enabling
the v3 unit-tests exposed some problems in our tests, so those have
been skipped with a "FIXME" tag until they can be addressed.Change-Id: I1c801f86bbf11b
c281a44d755c576 7febc98f507
Reviewed-on: https://review. linaro. org/c/infrastru cture/linaro- license- protection/ +/36054
Reviewed-by: Kelley Spoon <email address hidden> - 494. By Riku Voipio on 2020-07-28
-
LLP: move latest/ link resolving to runtime
Instead of copying all items in link-latest operation,
simply parse the latest link on fly when user is browsingSigned-off-by: Riku Voipio <email address hidden>
Change-Id: Ifeb2b9e95e1ddb0d40ec2d066ca5b 1edb4fb1b53
Reviewed-on: https://review. linaro. org/c/infrastru cture/linaro- license- protection/ +/35939
Reviewed-by: Benjamin Copeland <email address hidden> - 493. By Kelley Spoon <email address hidden> on 2020-06-30
-
llp: add missing nodes to whitelist config
This adds in x86_64-15 and x86_64-swarm to the list of machines
allowed to post/get to the server with no authentication.Change-Id: Ia40873c7bebecd
ae31042d673898c 8d40f748952
Reviewed-on: https://review. linaro. org/c/infrastru cture/linaro- license- protection/ +/35796
Reviewed-by: Kelley Spoon <email address hidden> - 492. By Kelley Spoon <email address hidden> on 2020-06-01
-
s3_flatten.py: add missing import for sleep()
Somehow missed importing sleep() from time. Let's do that
in case the httplib error ever occurs again.Change-Id: Ifb6a039a544331
11c2e278b2666f9 06405baa424
Reviewed-on: https://review. linaro. org/c/infrastru cture/linaro- license- protection/ +/35430
Reviewed-by: Kelley Spoon <email address hidden> - 491. By Kelley Spoon <email address hidden> on 2020-05-26
-
s3_flatten.py: fix a silly typo that was causing an exception
There was a missing format character for an error log message
that was triggering a valueerror exception.Change-Id: Iea0569991d3914
c256c269bdc7bc1 4a8f25b2ab2
Reviewed-on: https://review. linaro. org/c/infrastru cture/linaro- license- protection/ +/35367
Reviewed-by: Benjamin Copeland <email address hidden>
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)