Commit Graph

13 Commits

Author SHA1 Message Date
Oliver Chang 84faf55729
Populate a bunch of main_repo values. (#4815)
Also enforce this for future integrations.
2020-12-10 09:49:27 +11:00
devtty1er d561c49ae5
Update Dockerfiles (#4070)
* Use LABEL in place of MAINTAINER

* Remove LABEL maintainer from Dockerfiles
2020-07-06 13:18:23 -07:00
Max Moroz 71f4914c45
[presubmit] Enforce language attribute in project.yaml to be always set. (#3477)
* [presubmit] Enforce language attribute in projectt.yaml to be always set.

* Update documentation, better presubmit check, new project template.

* add docstring to templates.py

* Add example values in the project.yaml template and remove python value for now

* Add "project: c++" to 256 projects

* format

* Add labels and selective_unpack sections to the presubmit check

* fix incorrect auto_ccs format in three projects

* fix nss emails after rebase
2020-03-10 11:08:01 -07:00
Philip Withnall b036df0ce1
glib: Fix build due to Meson option changing type (#3358)
* glib: Fix build due to Meson option changing type

In GLib master commit b220033c we changed the `libmount` option from a
`boolean` to a `feature`, which means it now takes
`enabled`/`disabled`/`auto` rather than `true`/`false`.

Signed-off-by: Philip Withnall <philip@tecnocode.co.uk>

Fixes: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=20552

* glib: Fix homepage URI

The FSF page on GLib is not official, loaded with their advertising, and
quite out of date.

Signed-off-by: Philip Withnall <philip@tecnocode.co.uk>

* infra: Add help_url to the valid section names list in Travis checks

It’s documented as valid:
https://google.github.io/oss-fuzz/getting-started/new-project-guide/#help_url

Signed-off-by: Philip Withnall <philip@tecnocode.co.uk>
2020-02-07 05:03:31 -08:00
pdknsk c879a0cf3e [glib] add new build flag (#2235) 2019-03-13 06:52:41 -07:00
pdknsk afc8e4826a [glib] fix build (#1982) 2018-11-27 02:46:16 -08:00
pdknsk 7f8c385c8f [glib] GLib: integrate into build system (#1866)
* integrate into build system

* remove options file

* address review comment
2018-10-12 09:17:31 -07:00
pdknsk 59d86eb2e9 GLib: remove temporary fix (#1836)
* better project link

* revert #1772
2018-09-22 19:58:12 -07:00
pdknsk 6166c33657 [Glib] fix profile build (#1772)
* minor improvements

* get meson from git
2018-08-30 06:29:25 -07:00
pdknsk 7bb6714073 [glib] GLib: remove names from dictionary (#1706)
* consistency

* remove names from dictionary
2018-08-10 15:14:12 -07:00
pdknsk c0e1e46bab [glib] GLib: more targets (#1695)
* better seed corpus for fuzz_key

* new target: fuzz_variant_text

* new target: fuzz_dbus_message

* get ninja from pip

* remove target: fuzz_markup

* new target: fuzz_variant_binary
2018-08-09 07:52:25 -07:00
pdknsk ef88a53fb2 add more project members (#1687) 2018-08-03 13:23:32 -07:00
pdknsk 1d5bb6c78a [GLib] Integration (#1670) 2018-08-01 08:29:28 -07:00