blob: f3b01ec542b73db532699bef1e1726563dc159f0 [file] [log] [blame]
Luigi Santivetti27bd2502020-11-06 14:10:07 +00001#!/bin/bash
2#
3# MANIFEST
4#
5# Copyright 2019 Luigi Santivetti <luigi.santivetti@gmail.com>
6
7# Permission is hereby granted, free of charge, to any person obtaining a
8# copy of this software and associated documentation files (the "Software"),
9# to deal in the Software without restriction, including without limitation
10# the rights to use, copy, modify, merge, publish, distribute, sublicense,
11# and/or sell copies of the Software, and to permit persons to whom the
12# Software is furnished to do so, subject to the following conditions:
13
14# The above copyright notice and this permission notice (including the next
15# paragraph) shall be included in all copies or substantial portions of the
16# Software.
17
18# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
19# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
20# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
21# ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
22# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
23# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
24
25# @@MIRROR_BEGIN@@
26#module=
27#mirror=
28#protocol=
29#branch=
30#host=
31#user=
32#format=
33#file=
34#method={git-archive|git-clone|wget-file}
35# @@MIRROR_ENDED@@
36
37# @@MIRROR_BEGIN@@
38modname=apache
39mirror=$mod_authnz_external_mirror
40protocol=file
41branch=$mod_authnz_external_branch
42host=/home/luigi/__vc/mirror
43method=git-clone
44# @@MIRROR_ENDED@@
45
46# @@MIRROR_BEGIN@@
47modname=apache
48mirror=code-igniter-v3-giggi.git
49protocol=file
50branch=gg.rel
51host=/home/luigi/__vc/mirror
52method=git-clone
53# @@MIRROR_ENDED@@
54
55# @@MIRROR_BEGIN@@
56modname=apache
57mirror=pelican-subtle-giggi.git
58protocol=file
59branch=gg.rel
60host=/home/luigi/__vc/mirror
61method=git-clone
62# @@MIRROR_ENDED@@
63
64# @@MIRROR_BEGIN@@
65modname=apache
66mirror=mdcon.git
67protocol=file
68branch=master
69host=/home/luigi/__vc/mirror
70method=git-clone
71# @@MIRROR_ENDED@@
72
73# @@MIRROR_BEGIN@@
74modname=gerrit
75host=$war_mirror
76file=gerrit-$war_version.war
77method=wget-file
78# @@MIRROR_ENDED@@
79
80# @@MIRROR_BEGIN@@
81modname=gerrit
82mirror=$hooks_mir
83protocol=file
84branch=master
85host=/home/luigi/__vc/mirror
86method=git-clone
87# @@MIRROR_ENDED@@
88
89# @@MIRROR_BEGIN@@
90modname=gerrit
91host=$jar_sslib_mir1/$jar_sslib_mir2/$jar_sslib_mir3
92file=$jar_sslib.jar
93method=wget-file
94# @@MIRROR_ENDED@@