blob: 41706f22e9e2657b0a8a6c2141475e6e7708ff57 [file] [log] [blame]
Luigi Santivettiaf512c82020-10-31 10:53:12 +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=code-igniter-v3-giggi.git
40protocol=file
41branch=gg.rel
42host=/mirror
43method=git-clone
44# @@MIRROR_ENDED@@
45
46# @@MIRROR_BEGIN@@
47modname=apache
48mirror=pelican-subtle-giggi.git
49protocol=file
50branch=gg.rel
51host=/mirror
52method=git-clone
53# @@MIRROR_ENDED@@
54
55# @@MIRROR_BEGIN@@
56modname=apache
57mirror=mdcon.git
58protocol=file
59branch=master
60host=/mirror
61method=git-clone
62# @@MIRROR_ENDED@@
63
64# @@MIRROR_BEGIN@@
65modname=gerrit
66mirror=gerrit-hooks.git
67protocol=file
68branch=master
69host=/mirror
70method=git-clone
71# @@MIRROR_ENDED@@