aboutsummaryrefslogtreecommitdiff
path: root/infra/build_specified_commit.py
AgeCommit message (Expand)Author
2021-08-11[helper] Change logging from error to info (#6200)jonathanmetzman
2021-08-04[CIFuzz] Add support for external projects to helper.py (#6141)jonathanmetzman
2021-05-18[infra] Make mount location configurable in build_fuzzers (#5744)Fabian Meumertzheim
2021-04-21[helper] Fix build_image --pull and refactor (#5642)jonathanmetzman
2021-03-24build_specified_commit: Add call to fetch_all_remotes on cleanup. (#5485)Oliver Chang
2021-01-20build_specified_commit: Remove an exception. (#5009)Oliver Chang
2021-01-14build_specified_commit: Return failure rather than raise exception when rebui...Oliver Chang
2020-12-08Rename BaseRepoManager -> RepoManager. (#4800)Oliver Chang
2020-12-07Cifuzz external build (#4656)jonathanmetzman
2020-12-04build_specified_commit: fallback to oldest integration commit. (#4779)Oliver Chang
2020-11-24[infra] Add retry decorator and use it. (#4702)jonathanmetzman
2020-06-10build_specified_commit: Handle build.sh which are part of upstream repo. (#3932)Oliver Chang
2020-06-01Retry building project images in build_specified_commit. (#3915)Oliver Chang
2020-05-26build_specified_commit: Don't replace gitdir if already relative. (#3875)Oliver Chang
2020-05-25build_specified_commit: revert to using cp. (#3871)Oliver Chang
2020-05-04bisector: Increase rsync performance. (#3757)Oliver Chang
2020-04-28bisector: Re-copy /src in between runs. (#3720)Oliver Chang
2020-04-28Use base-builder close to commit date. (#3715)Oliver Chang
2020-04-27Address comment from last commit. (#3714)Oliver Chang
2020-04-24bisector: Don't attempt to checkout old OSS-Fuzz revision if it does not exis...Oliver Chang
2020-04-23build_specified_commit: Make submodules work. (#3691)Oliver Chang
2020-04-21Bisector: Be a bit smarter about picking which OSS-Fuzz commit to build with....Oliver Chang
2020-04-15bisector: Don't clean when checking out commits. (#3652)Oliver Chang
2020-04-15bisector: raise exceptions when building new or old commit fails. (#3653)Oliver Chang
2020-04-15bisector: Preserve file metadata when copying /src to host. (#3649)Oliver Chang
2020-04-14Bisector fixes. (#3601)Oliver Chang
2020-04-09Log output when we fail to detect main repo. (#3599)Oliver Chang
2020-02-05Move detect_repo.py script into /opt (#3337)Leo Neat
2020-02-04[Infra] Update execute function in utils.py (#3319)Leo Neat
2020-01-31Moving execute to utils.py (#3313)Leo Neat
2020-01-29[Infra] Update print statements (#3305)Leo Neat
2020-01-29[Infra] CIFuzz pipeline complete. (#3281)Leo Neat
2020-01-23[cifuzz][bisection] Make BuildData a namedtuple (#3282)jonathanmetzman
2020-01-15[infra] Scripts for building fuzzers with CIFuzz (#3207)Leo Neat
2020-01-06[infra] Fixing bisection to work with more OSS-Fuzz projects (#3152)Leo Neat
2019-12-16[infra] Add support for Bisecting Git Commits Introducing Crashes(#3119)Leo Neat
2019-12-12[infra] Add functionality to check out a specific commit for a project (#3092)Leo Neat