GStreamer multimedia framework
Go to file
Jordan Petridis 48f3063daf
build_manifest.py: Use CI_PROJECT_NAMESPACE instead of GITLAB_USER
GITLAB_USER_* variables represent the user *that triggered* the job,
which might not match the user that owns the namespace of the fork.

This happens frequently with rebase, where the one who triggers the
rebase is the one that appears in the GITLAB_USER_* vars.

Instead use the CI_PROJECT_NAMESPACE variable to search the user's
projects. If CI_PROJECT_NAMESPACE has the value of a Group namespace
search_user_namespace returns 404.
2018-11-13 13:20:32 +02:00
docker docker: Add gstreamer-vaapi dependencies 2018-11-12 16:04:13 +00:00
fuzzing fuzzing: Add local fuzz runner 2017-12-06 08:45:27 +01:00
gitlab build_manifest.py: Use CI_PROJECT_NAMESPACE instead of GITLAB_USER 2018-11-13 13:20:32 +02:00
jenkins jenkins: Update meson-fedora 2017-10-28 10:59:08 +02:00
.gitignore Add gitignore 2017-10-28 11:01:33 +02:00
.gitlab-ci.yml CI: Use the correct bash syntax 2018-11-12 18:01:00 +02:00
README.txt Initial commit 2017-10-21 12:07:02 +02:00

GStreamer Continuous Integration
================================

This repository contains all material relevant to the GStreamer
Continuous Integration system.

* Jenkins scripts

* Docker images

* Build scripts and code