ape.conf (4271B)
1 # mirrors 2 git@gitlab.com:vdemeester/nur-packages.git git@github.com:vdemeester/nur-packages.git 3 git@gitlab.com:vdemeester/machines.git git@github.com:vdemeester/machines.git 4 git@gitlab.com:vdemeester/ergodox.git git@github.com:vdemeester/ergodox.git 5 6 # docker & co 7 git@github.com:vdemeester/docker.git https://github.com/docker/docker.git 8 git@github.com:vdemeester/cli.git https://github.com/docker/cli.git 9 git@github.com:vdemeester/app.git https://github.com/docker/app.git 10 git@github.com:vdemeester/docker-py.git https://github.com/docker/docker-py.git 11 git@github.com:vdemeester/compose.git https://github.com/docker/compose.git 12 git@github.com:vdemeester/libcompose.git https://github.com/docker/libcompose.git 13 git@github.com:vdemeester/swarmkit.git https://github.com/docker/swarmkit.git 14 git@github.com:vdemeester/go-units.git https://github.com/docker/go-units.git 15 git@github.com:vdemeester/go-connections.git https://github.com/docker/go-connections.git 16 17 # kubernetes 18 git@github.com:vdemeester/kubernetes.git https://github.com/kubernetes/kubernetes.git 19 git@github.com:vdemeester/kubernetes-test-infra.git https://github.com/kubernetes/test-infra.git 20 21 # knative 22 git@github.com:vdemeester/knative-serving.git https://github.com/knative/serving.git 23 git@github.com:vdemeester/knative-pkg.git https://github.com/knative/pkg.git 24 25 # tekton 26 git@github.com:vdemeester/tektoncd-pipeline.git https://github.com/tektoncd/pipeline.git 27 git@github.com:vdemeester/tektoncd-dashboard.git https://github.com/tektoncd/dashboard.git 28 git@github.com:vdemeester/tektoncd-catalog.git https://github.com/tektoncd/catalog.git 29 git@github.com:vdemeester/tektoncd-plumbing.git https://github.com/tektoncd/plumbing.git 30 git@github.com:vdemeester/tektoncd-experimental.git https://github.com/tektoncd/experimental.git 31 git@github.com:vdemeester/tektoncd-cli.git https://github.com/tektoncd/cli.git 32 git@github.com:vdemeester/tektoncd-hub.git https://github.com/tektoncd/hub.git 33 git@github.com:vdemeester/tektoncd-triggers.git https://github.com/tektoncd/triggers.git 34 git@github.com:vdemeester/tektoncd-operator.git https://github.com/tektoncd/operator.git 35 git@github.com:vdemeester/tektoncd-community.git https://github.com/tektoncd/community.git 36 37 # openshift-pipelines 38 git@github.com:vdemeester/openshift-pipelines-knowledge-base.git git@github.com:openshift-pipelines/knowledge-base.git 39 40 # openshift 41 git@github.com:vdemeester/source-to-image.git https://github.com/openshift/source-to-image.git 42 git@github.com:vdemeester/imagebuilder.git https://github.com/openshift/imagebuilder.git 43 git@github.com:vdemeester/origin.git https://github.com/openshift/origin.git 44 git@github.com:vdemeester/release.git https://github.com/openshift/release.git 45 git@github.com:vdemeester/openshift-pipelines-catalog.git https://github.com/openshift/pipelines-catalog.git 46 47 # containers 48 git@github.com:vdemeester/libpod.git https://github.com/containers/libpod.git 49 git@github.com:vdemeester/containers-image.git https://github.com/containers/image.git 50 git@github.com:vdemeester/containers-storage.git https://github.com/containers/storage.git 51 git@github.com:vdemeester/skopeo.git https://github.com/containers/skopeo.git 52 git@github.com:vdemeester/buildah.git https://github.com/containers/buildah.git 53 54 # other red hat projects 55 git@github.com:vdemeester/odo.git https://github.com/redhat-developer/odo.git 56 57 # moby 58 git@github.com:vdemeester/containerd.git https://github.com/containerd/containerd.git 59 git@github.com:vdemeester/runc.git https://github.com/opencontainers/runc.git 60 git@github.com:vdemeester/buildkit.git https://github.com/moby/buildkit.git 61 git@github.com:vdemeester/linuxkit.git https://github.com/linuxkit/linuxkit.git 62 63 git@github.com:vdemeester/gotest.tools.git https://github.com/gotestyourself/gotest.tools.git 64 git@github.com:vdemeester/mergo.git https://github.com/imdario/mergo.git 65 git@github.com:vdemeester/prm.git https://github.com/ldez/prm.git 66 67 git@github.com:vdemeester/traefik.git https://github.com/containous/traefik.git 68 69 git@github.com:vdemeester/home-manager.git https://github.com/rycee/home-manager.git 70 git@github.com:vdemeester/nixpkgs.git https://github.com/NixOS/nixpkgs.git 71 72 # google 73 git@github.com:vdemeester/go-containerregistry.git https://github.com/google/go-containerregistry.git