Skip to content

Instantly share code, notes, and snippets.

@nigoroll
Created October 30, 2018 14:40
Show Gist options
  • Save nigoroll/0b8557d39acb37d8927c433063a6ecd7 to your computer and use it in GitHub Desktop.
Save nigoroll/0b8557d39acb37d8927c433063a6ecd7 to your computer and use it in GitHub Desktop.
for ingvar
typeset -ra projs=(
varnish-cache
varnish-modules
varnish-objvar
varnishevent
)
typeset -ra vmods=(
all_healthy
frozen
crypto
cluster
re
re2
dispatch
blobdigest
blobsynth
test304
hoailona
geoip2
dns
)
typeset -ra REPOS=(
# https://github.com/varnishcache/varnish-cache.git
# master
# bin
https://github.com/nigoroll/varnish-cache.git
unmerged_code
bin
https://code.uplex.de/uplex-varnish/varnish-objvar.git
master
vmod
https://code.uplex.de/uplex-varnish/libvmod-all_healthy.git
master
vmod
https://code.uplex.de/uplex-varnish/libvmod-frozen.git
master
vmod
https://code.uplex.de/uplex-varnish/libvmod-crypto.git
master
vmod
https://code.uplex.de/uplex-varnish/libvmod-cluster.git
# vdi_refcnt
master
vmod
https://code.uplex.de/uplex-varnish/libvmod-re.git
master
vmod
https://code.uplex.de/uplex-varnish/libvmod-re2.git
master
vmod
https://code.uplex.de/uplex-varnish/libvmod-dispatch.git
master
vmod
https://code.uplex.de/uplex-varnish/libvmod-blobdigest.git
master
vmod
https://code.uplex.de/uplex-varnish/libvmod-hoailona.git
master
vmod
# auth repo: https://github.com/fgsch/libvmod-geoip2.git
# devel
# need https://github.com/maxmind/libmaxminddb/pull/139
https://github.com/nigoroll/libvmod-geoip2.git
lookup_fields
vmod
# auth repo: https://github.com/varnish/varnish-modules.git
# need https://github.com/varnish/varnish-modules/pull/83
https://github.com/nigoroll/varnish-modules.git
#vdi_refcnt
master
vmod
https://code.uplex.de/uplex-varnish/varnishevent.git
new_output_buffering
bin
https://code.uplex.de/uplex-varnish/libvmod-blobsynth.git
master
vmod
https://github.com/nigoroll/libvmod-dns.git
master
vmod
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment