mirror of https://github.com/google/oss-fuzz.git
[util-linux] switch to the util-linux organization (#6800)
The repository was moved recently
This commit is contained in:
parent
d0f46b554b
commit
cdde6fe9ec
|
@ -16,6 +16,6 @@
|
||||||
|
|
||||||
FROM gcr.io/oss-fuzz-base/base-builder
|
FROM gcr.io/oss-fuzz-base/base-builder
|
||||||
RUN apt-get update && apt-get install -y autoconf automake autopoint bison libtool pkg-config
|
RUN apt-get update && apt-get install -y autoconf automake autopoint bison libtool pkg-config
|
||||||
RUN git clone --depth 1 https://github.com/karelzak/util-linux
|
RUN git clone --depth 1 https://github.com/util-linux/util-linux
|
||||||
WORKDIR util-linux
|
WORKDIR util-linux
|
||||||
COPY build.sh $SRC/
|
COPY build.sh $SRC/
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
homepage: "https://github.com/karelzak/util-linux"
|
homepage: "https://github.com/util-linux/util-linux"
|
||||||
primary_contact: "ruediger.meier@ga-group.nl"
|
primary_contact: "ruediger.meier@ga-group.nl"
|
||||||
language: c
|
language: c
|
||||||
builds_per_day: 4
|
builds_per_day: 4
|
||||||
|
@ -14,4 +14,4 @@ sanitizers:
|
||||||
- address
|
- address
|
||||||
- undefined
|
- undefined
|
||||||
- memory
|
- memory
|
||||||
main_repo: 'https://github.com/karelzak/util-linux'
|
main_repo: 'https://github.com/util-linux/util-linux'
|
||||||
|
|
Loading…
Reference in New Issue