[PIPE2D-526] Workaround GitHub rate limit in Travis Created: 24/Mar/20  Updated: 05/Jan/21  Resolved: 24/Mar/20

Status: Done
Project: DRP 2-D Pipeline
Component/s: None
Affects Version/s: None
Fix Version/s: None

Type: Story Priority: Normal
Reporter: price Assignee: price
Resolution: Done Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Sprint: 2DDRP-2021 A
Reviewers: hassan

 Description   

Travis is hitting a GitHub rate limit:

$ ( curl -Lf https://api.github.com/repos/Subaru-PFS/pfs_pipe2d/tarball/${TRAVIS_PULL_REQUEST_BRANCH:-$TRAVIS_BRANCH} || curl -Lf https://api.github.com/repos/Subaru-PFS/pfs_pipe2d/tarball/master ) > pfs_pipe2d.tar.gz
187curl: (22) The requested URL returned error: 403 rate limit exceeded
188curl: (22) The requested URL returned error: 403 rate limit exceeded
189The command "( curl -Lf https://api.github.com/repos/Subaru-PFS/pfs_pipe2d/tarball/${TRAVIS_PULL_REQUEST_BRANCH:-$TRAVIS_BRANCH} || curl -Lf https://api.github.com/repos/Subaru-PFS/pfs_pipe2d/tarball/master ) > pfs_pipe2d.tar.gz" failed and exited with 22 during .


 Comments   
Comment by price [ 24/Mar/20 ]

Fairly simple solution, duplicated in each package.

Comment by price [ 24/Mar/20 ]

Thanks!

Merged to master.

Generated at Sat Aug 02 16:38:23 JST 2025 using Jira 8.3.4#803005-sha1:1f96e09b3c60279a408a2ae47be3c745f571388b.