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