| 1 |
# This file allows the mr(1) command to be used to check out the entire d-i
|
| 2 |
# tree.
|
| 3 |
#
|
| 4 |
# It should be updated as repositories are added or removed.
|
| 5 |
#
|
| 6 |
# Note that this does an authenticated checkout. For an anonymous checkout,
|
| 7 |
# see scripts/git-setup.
|
| 8 |
|
| 9 |
[.]
|
| 10 |
checkout = svn checkout svn+ssh://svn.debian.org/svn/d-i/trunk .
|
| 11 |
|
| 12 |
[packages/aboot-installer]
|
| 13 |
checkout = git clone git+ssh://git.debian.org/git/d-i/aboot-installer
|
| 14 |
|
| 15 |
[packages/anna]
|
| 16 |
checkout = git clone git+ssh://git.debian.org/git/d-i/anna
|
| 17 |
|
| 18 |
[packages/apt-setup]
|
| 19 |
checkout = git clone git+ssh://git.debian.org/git/d-i/apt-setup
|
| 20 |
|
| 21 |
[packages/arcboot-installer]
|
| 22 |
checkout = git clone git+ssh://git.debian.org/git/d-i/arcboot-installer
|
| 23 |
|
| 24 |
[packages/auto-install]
|
| 25 |
checkout = git clone git+ssh://git.debian.org/git/d-i/auto-install
|
| 26 |
|
| 27 |
[packages/base-installer]
|
| 28 |
checkout = git clone git+ssh://git.debian.org/git/d-i/base-installer
|
| 29 |
|
| 30 |
[packages/bterm-unifont]
|
| 31 |
checkout = git clone git+ssh://git.debian.org/git/d-i/bterm-unifont
|
| 32 |
|
| 33 |
[packages/busybox]
|
| 34 |
checkout = git clone git+ssh://git.debian.org/git/d-i/busybox
|
| 35 |
|
| 36 |
[packages/cdebconf-entropy]
|
| 37 |
checkout = git clone git+ssh://git.debian.org/git/d-i/cdebconf-entropy
|
| 38 |
|
| 39 |
[packages/cdebconf-terminal]
|
| 40 |
checkout = git clone git+ssh://git.debian.org/git/d-i/cdebconf-terminal
|
| 41 |
|
| 42 |
[packages/cdebconf]
|
| 43 |
checkout = git clone git+ssh://git.debian.org/git/d-i/cdebconf
|
| 44 |
|
| 45 |
[packages/cdrom-checker]
|
| 46 |
checkout = git clone git+ssh://git.debian.org/git/d-i/cdrom-checker
|
| 47 |
|
| 48 |
[packages/cdrom-detect]
|
| 49 |
checkout = git clone git+ssh://git.debian.org/git/d-i/cdrom-detect
|
| 50 |
|
| 51 |
[packages/cdrom-retriever]
|
| 52 |
checkout = git clone git+ssh://git.debian.org/git/d-i/cdrom-retriever
|
| 53 |
|
| 54 |
[packages/choose-mirror]
|
| 55 |
checkout = git clone git+ssh://git.debian.org/git/d-i/choose-mirror
|
| 56 |
|
| 57 |
[packages/clock-setup]
|
| 58 |
checkout = git clone git+ssh://git.debian.org/git/d-i/clock-setup
|
| 59 |
|
| 60 |
[packages/colo-installer]
|
| 61 |
checkout = git clone git+ssh://git.debian.org/git/d-i/colo-installer
|
| 62 |
|
| 63 |
[packages/console-setup]
|
| 64 |
checkout = git clone git+ssh://git.debian.org/git/d-i/console-setup
|
| 65 |
|
| 66 |
[packages/debian-installer-launcher]
|
| 67 |
checkout = git clone git+ssh://git.debian.org/git/d-i/debian-installer-launcher
|
| 68 |
|
| 69 |
[packages/debian-installer-netboot-images]
|
| 70 |
checkout = git clone git+ssh://git.debian.org/git/d-i/debian-installer-netboot-images
|
| 71 |
|
| 72 |
[packages/debian-installer-utils]
|
| 73 |
checkout = git clone git+ssh://git.debian.org/git/d-i/debian-installer-utils
|
| 74 |
|
| 75 |
[installer]
|
| 76 |
checkout = git clone git+ssh://git.debian.org/git/d-i/debian-installer installer
|
| 77 |
|
| 78 |
[packages/debootstrap]
|
| 79 |
checkout = git clone git+ssh://git.debian.org/git/d-i/debootstrap
|
| 80 |
|
| 81 |
[packages/devicetype-detect]
|
| 82 |
checkout = git clone git+ssh://git.debian.org/git/d-i/devicetype-detect
|
| 83 |
|
| 84 |
[packages/dh-di]
|
| 85 |
checkout = git clone git+ssh://git.debian.org/git/d-i/dh-di
|
| 86 |
|
| 87 |
[packages/efi-reader]
|
| 88 |
checkout = git clone git+ssh://git.debian.org/git/d-i/efi-reader
|
| 89 |
|
| 90 |
[packages/elilo-installer]
|
| 91 |
checkout = git clone git+ssh://git.debian.org/git/d-i/elilo-installer
|
| 92 |
|
| 93 |
[packages/etch-support]
|
| 94 |
checkout = git clone git+ssh://git.debian.org/git/d-i/etch-support
|
| 95 |
|
| 96 |
[packages/finish-install]
|
| 97 |
checkout = git clone git+ssh://git.debian.org/git/d-i/finish-install
|
| 98 |
|
| 99 |
[packages/flash-kernel]
|
| 100 |
checkout = git clone git+ssh://git.debian.org/git/d-i/flash-kernel
|
| 101 |
|
| 102 |
[packages/grub-installer]
|
| 103 |
checkout = git clone git+ssh://git.debian.org/git/d-i/grub-installer
|
| 104 |
|
| 105 |
[packages/hw-detect]
|
| 106 |
checkout = git clone git+ssh://git.debian.org/git/d-i/hw-detect
|
| 107 |
|
| 108 |
[packages/installation-locale]
|
| 109 |
checkout = git clone git+ssh://git.debian.org/git/d-i/installation-locale
|
| 110 |
|
| 111 |
[packages/installation-report]
|
| 112 |
checkout = git clone git+ssh://git.debian.org/git/d-i/installation-report
|
| 113 |
|
| 114 |
[packages/iso-scan]
|
| 115 |
checkout = git clone git+ssh://git.debian.org/git/d-i/iso-scan
|
| 116 |
|
| 117 |
[packages/kbd-chooser]
|
| 118 |
checkout = git clone git+ssh://git.debian.org/git/d-i/kbd-chooser
|
| 119 |
|
| 120 |
[packages/kernel-wedge]
|
| 121 |
checkout = git clone git+ssh://git.debian.org/git/d-i/kernel-wedge
|
| 122 |
|
| 123 |
[packages/kfreebsd-kernel-di-amd64]
|
| 124 |
checkout = git clone git+ssh://git.debian.org/git/d-i/kfreebsd-kernel-di-amd64
|
| 125 |
|
| 126 |
[packages/kfreebsd-kernel-di-i386]
|
| 127 |
checkout = git clone git+ssh://git.debian.org/git/d-i/kfreebsd-kernel-di-i386
|
| 128 |
|
| 129 |
[packages/kickseed]
|
| 130 |
checkout = git clone git+ssh://git.debian.org/git/d-i/kickseed
|
| 131 |
|
| 132 |
[packages/lenny-support]
|
| 133 |
checkout = git clone git+ssh://git.debian.org/git/d-i/lenny-support
|
| 134 |
|
| 135 |
[packages/libdebian-installer]
|
| 136 |
checkout = git clone git+ssh://git.debian.org/git/d-i/libdebian-installer
|
| 137 |
|
| 138 |
[packages/lilo-installer]
|
| 139 |
checkout = git clone git+ssh://git.debian.org/git/d-i/lilo-installer
|
| 140 |
|
| 141 |
[packages/linux-kernel-di-alpha-2.6]
|
| 142 |
checkout = git clone git+ssh://git.debian.org/git/d-i/linux-kernel-di-alpha-2.6
|
| 143 |
|
| 144 |
[packages/linux-kernel-di-amd64-2.6]
|
| 145 |
checkout = git clone git+ssh://git.debian.org/git/d-i/linux-kernel-di-amd64-2.6
|
| 146 |
|
| 147 |
[packages/linux-kernel-di-armel-2.6]
|
| 148 |
checkout = git clone git+ssh://git.debian.org/git/d-i/linux-kernel-di-armel-2.6
|
| 149 |
|
| 150 |
[packages/linux-kernel-di-armhf-2.6]
|
| 151 |
checkout = git clone git+ssh://git.debian.org/git/d-i/linux-kernel-di-armhf-2.6
|
| 152 |
|
| 153 |
[packages/linux-kernel-di-hppa-2.6]
|
| 154 |
checkout = git clone git+ssh://git.debian.org/git/d-i/linux-kernel-di-hppa-2.6
|
| 155 |
|
| 156 |
[packages/linux-kernel-di-i386-2.6]
|
| 157 |
checkout = git clone git+ssh://git.debian.org/git/d-i/linux-kernel-di-i386-2.6
|
| 158 |
|
| 159 |
[packages/linux-kernel-di-ia64-2.6]
|
| 160 |
checkout = git clone git+ssh://git.debian.org/git/d-i/linux-kernel-di-ia64-2.6
|
| 161 |
|
| 162 |
[packages/linux-kernel-di-m68k-2.6]
|
| 163 |
checkout = git clone git+ssh://git.debian.org/git/d-i/linux-kernel-di-m68k-2.6
|
| 164 |
|
| 165 |
[packages/linux-kernel-di-mips-2.6]
|
| 166 |
checkout = git clone git+ssh://git.debian.org/git/d-i/linux-kernel-di-mips-2.6
|
| 167 |
|
| 168 |
[packages/linux-kernel-di-mipsel-2.6]
|
| 169 |
checkout = git clone git+ssh://git.debian.org/git/d-i/linux-kernel-di-mipsel-2.6
|
| 170 |
|
| 171 |
[packages/linux-kernel-di-powerpc-2.6]
|
| 172 |
checkout = git clone git+ssh://git.debian.org/git/d-i/linux-kernel-di-powerpc-2.6
|
| 173 |
|
| 174 |
[packages/linux-kernel-di-s390-2.6]
|
| 175 |
checkout = git clone git+ssh://git.debian.org/git/d-i/linux-kernel-di-s390-2.6
|
| 176 |
|
| 177 |
[packages/linux-kernel-di-sh4-2.6]
|
| 178 |
checkout = git clone git+ssh://git.debian.org/git/d-i/linux-kernel-di-sh4-2.6
|
| 179 |
|
| 180 |
[packages/linux-kernel-di-sparc-2.6]
|
| 181 |
checkout = git clone git+ssh://git.debian.org/git/d-i/linux-kernel-di-sparc-2.6
|
| 182 |
|
| 183 |
[packages/linux-kernel-di-sparc64-2.6]
|
| 184 |
checkout = git clone git+ssh://git.debian.org/git/d-i/linux-kernel-di-sparc64-2.6
|
| 185 |
|
| 186 |
[packages/linux-modules-di-alpha-2.6]
|
| 187 |
checkout = git clone git+ssh://git.debian.org/git/d-i/linux-modules-di-alpha-2.6
|
| 188 |
|
| 189 |
[packages/linux-modules-di-amd64-2.6]
|
| 190 |
checkout = git clone git+ssh://git.debian.org/git/d-i/linux-modules-di-amd64-2.6
|
| 191 |
|
| 192 |
[packages/linux-modules-di-armel-2.6]
|
| 193 |
checkout = git clone git+ssh://git.debian.org/git/d-i/linux-modules-di-armel-2.6
|
| 194 |
|
| 195 |
[packages/linux-modules-di-hppa-2.6]
|
| 196 |
checkout = git clone git+ssh://git.debian.org/git/d-i/linux-modules-di-hppa-2.6
|
| 197 |
|
| 198 |
[packages/linux-modules-di-i386-2.6]
|
| 199 |
checkout = git clone git+ssh://git.debian.org/git/d-i/linux-modules-di-i386-2.6
|
| 200 |
|
| 201 |
[packages/linux-modules-di-ia64-2.6]
|
| 202 |
checkout = git clone git+ssh://git.debian.org/git/d-i/linux-modules-di-ia64-2.6
|
| 203 |
|
| 204 |
[packages/linux-modules-di-mips-2.6]
|
| 205 |
checkout = git clone git+ssh://git.debian.org/git/d-i/linux-modules-di-mips-2.6
|
| 206 |
|
| 207 |
[packages/linux-modules-di-mipsel-2.6]
|
| 208 |
checkout = git clone git+ssh://git.debian.org/git/d-i/linux-modules-di-mipsel-2.6
|
| 209 |
|
| 210 |
[packages/linux-modules-di-powerpc-2.6]
|
| 211 |
checkout = git clone git+ssh://git.debian.org/git/d-i/linux-modules-di-powerpc-2.6
|
| 212 |
|
| 213 |
[packages/linux-modules-di-s390-2.6]
|
| 214 |
checkout = git clone git+ssh://git.debian.org/git/d-i/linux-modules-di-s390-2.6
|
| 215 |
|
| 216 |
[packages/linux-modules-di-sparc-2.6]
|
| 217 |
checkout = git clone git+ssh://git.debian.org/git/d-i/linux-modules-di-sparc-2.6
|
| 218 |
|
| 219 |
[packages/live-installer]
|
| 220 |
checkout = git clone git+ssh://git.debian.org/git/d-i/live-installer
|
| 221 |
|
| 222 |
[packages/localechooser]
|
| 223 |
checkout = git clone git+ssh://git.debian.org/git/d-i/localechooser
|
| 224 |
|
| 225 |
[packages/lowmem]
|
| 226 |
checkout = git clone git+ssh://git.debian.org/git/d-i/lowmem
|
| 227 |
|
| 228 |
[packages/lvmcfg]
|
| 229 |
checkout = git clone git+ssh://git.debian.org/git/d-i/lvmcfg
|
| 230 |
|
| 231 |
[packages/main-menu]
|
| 232 |
checkout = git clone git+ssh://git.debian.org/git/d-i/main-menu
|
| 233 |
|
| 234 |
[packages/mdcfg]
|
| 235 |
checkout = git clone git+ssh://git.debian.org/git/d-i/mdcfg
|
| 236 |
|
| 237 |
[packages/media-retriever]
|
| 238 |
checkout = git clone git+ssh://git.debian.org/git/d-i/media-retriever
|
| 239 |
|
| 240 |
[packages/mklibs]
|
| 241 |
checkout = git clone git+ssh://git.debian.org/git/d-i/mklibs
|
| 242 |
|
| 243 |
[packages/mountmedia]
|
| 244 |
checkout = git clone git+ssh://git.debian.org/git/d-i/mountmedia
|
| 245 |
|
| 246 |
[packages/net-retriever]
|
| 247 |
checkout = git clone git+ssh://git.debian.org/git/d-i/net-retriever
|
| 248 |
|
| 249 |
[packages/netboot-assistant]
|
| 250 |
checkout = git clone git+ssh://git.debian.org/git/d-i/netboot-assistant
|
| 251 |
|
| 252 |
[packages/netcfg]
|
| 253 |
checkout = git clone git+ssh://git.debian.org/git/d-i/netcfg
|
| 254 |
|
| 255 |
[packages/network-console]
|
| 256 |
checkout = git clone git+ssh://git.debian.org/git/d-i/network-console
|
| 257 |
|
| 258 |
[packages/nobootloader]
|
| 259 |
checkout = git clone git+ssh://git.debian.org/git/d-i/nobootloader
|
| 260 |
|
| 261 |
[packages/oldsys-preseed]
|
| 262 |
checkout = git clone git+ssh://git.debian.org/git/d-i/oldsys-preseed
|
| 263 |
|
| 264 |
[packages/os-prober]
|
| 265 |
checkout = git clone git+ssh://git.debian.org/git/d-i/os-prober
|
| 266 |
|
| 267 |
[packages/palo-installer]
|
| 268 |
checkout = git clone git+ssh://git.debian.org/git/d-i/palo-installer
|
| 269 |
|
| 270 |
[packages/partconf]
|
| 271 |
checkout = git clone git+ssh://git.debian.org/git/d-i/partconf
|
| 272 |
|
| 273 |
[packages/partitioner]
|
| 274 |
checkout = git clone git+ssh://git.debian.org/git/d-i/partitioner
|
| 275 |
|
| 276 |
[packages/partman-auto-crypto]
|
| 277 |
checkout = git clone git+ssh://git.debian.org/git/d-i/partman-auto-crypto
|
| 278 |
|
| 279 |
[packages/partman-auto-lvm]
|
| 280 |
checkout = git clone git+ssh://git.debian.org/git/d-i/partman-auto-lvm
|
| 281 |
|
| 282 |
[packages/partman-auto-raid]
|
| 283 |
checkout = git clone git+ssh://git.debian.org/git/d-i/partman-auto-raid
|
| 284 |
|
| 285 |
[packages/partman-auto]
|
| 286 |
checkout = git clone git+ssh://git.debian.org/git/d-i/partman-auto
|
| 287 |
|
| 288 |
[packages/partman-base]
|
| 289 |
checkout = git clone git+ssh://git.debian.org/git/d-i/partman-base
|
| 290 |
|
| 291 |
[packages/partman-basicfilesystems]
|
| 292 |
checkout = git clone git+ssh://git.debian.org/git/d-i/partman-basicfilesystems
|
| 293 |
|
| 294 |
[packages/partman-basicmethods]
|
| 295 |
checkout = git clone git+ssh://git.debian.org/git/d-i/partman-basicmethods
|
| 296 |
|
| 297 |
[packages/partman-btrfs]
|
| 298 |
checkout = git clone git+ssh://git.debian.org/git/d-i/partman-btrfs
|
| 299 |
|
| 300 |
[packages/partman-crypto]
|
| 301 |
checkout = git clone git+ssh://git.debian.org/git/d-i/partman-crypto
|
| 302 |
|
| 303 |
[packages/partman-efi]
|
| 304 |
checkout = git clone git+ssh://git.debian.org/git/d-i/partman-efi
|
| 305 |
|
| 306 |
[packages/partman-ext2r0]
|
| 307 |
checkout = git clone git+ssh://git.debian.org/git/d-i/partman-ext2r0
|
| 308 |
|
| 309 |
[packages/partman-ext3]
|
| 310 |
checkout = git clone git+ssh://git.debian.org/git/d-i/partman-ext3
|
| 311 |
|
| 312 |
[packages/partman-iscsi]
|
| 313 |
checkout = git clone git+ssh://git.debian.org/git/d-i/partman-iscsi
|
| 314 |
|
| 315 |
[packages/partman-jfs]
|
| 316 |
checkout = git clone git+ssh://git.debian.org/git/d-i/partman-jfs
|
| 317 |
|
| 318 |
[packages/partman-lvm]
|
| 319 |
checkout = git clone git+ssh://git.debian.org/git/d-i/partman-lvm
|
| 320 |
|
| 321 |
[packages/partman-md]
|
| 322 |
checkout = git clone git+ssh://git.debian.org/git/d-i/partman-md
|
| 323 |
|
| 324 |
[packages/partman-multipath]
|
| 325 |
checkout = git clone git+ssh://git.debian.org/git/d-i/partman-multipath
|
| 326 |
|
| 327 |
[packages/partman-nbd]
|
| 328 |
checkout = git clone git+ssh://git.debian.org/git/d-i/partman-nbd
|
| 329 |
|
| 330 |
[packages/partman-newworld]
|
| 331 |
checkout = git clone git+ssh://git.debian.org/git/d-i/partman-newworld
|
| 332 |
|
| 333 |
[packages/partman-palo]
|
| 334 |
checkout = git clone git+ssh://git.debian.org/git/d-i/partman-palo
|
| 335 |
|
| 336 |
[packages/partman-partitioning]
|
| 337 |
checkout = git clone git+ssh://git.debian.org/git/d-i/partman-partitioning
|
| 338 |
|
| 339 |
[packages/partman-prep]
|
| 340 |
checkout = git clone git+ssh://git.debian.org/git/d-i/partman-prep
|
| 341 |
|
| 342 |
[packages/partman-reiserfs]
|
| 343 |
checkout = git clone git+ssh://git.debian.org/git/d-i/partman-reiserfs
|
| 344 |
|
| 345 |
[packages/partman-target]
|
| 346 |
checkout = git clone git+ssh://git.debian.org/git/d-i/partman-target
|
| 347 |
|
| 348 |
[packages/partman-ufs]
|
| 349 |
checkout = git clone git+ssh://git.debian.org/git/d-i/partman-ufs
|
| 350 |
|
| 351 |
[packages/partman-xfs]
|
| 352 |
checkout = git clone git+ssh://git.debian.org/git/d-i/partman-xfs
|
| 353 |
|
| 354 |
[packages/partman-zfs]
|
| 355 |
checkout = git clone git+ssh://git.debian.org/git/d-i/partman-zfs
|
| 356 |
|
| 357 |
[packages/pkgsel]
|
| 358 |
checkout = git clone git+ssh://git.debian.org/git/d-i/pkgsel
|
| 359 |
|
| 360 |
[packages/prep-installer]
|
| 361 |
checkout = git clone git+ssh://git.debian.org/git/d-i/prep-installer
|
| 362 |
|
| 363 |
[packages/preseed]
|
| 364 |
checkout = git clone git+ssh://git.debian.org/git/d-i/preseed
|
| 365 |
|
| 366 |
[packages/quik-installer]
|
| 367 |
checkout = git clone git+ssh://git.debian.org/git/d-i/quik-installer
|
| 368 |
|
| 369 |
[packages/rescue]
|
| 370 |
checkout = git clone git+ssh://git.debian.org/git/d-i/rescue
|
| 371 |
|
| 372 |
[packages/rootskel-gtk]
|
| 373 |
checkout = git clone git+ssh://git.debian.org/git/d-i/rootskel-gtk
|
| 374 |
|
| 375 |
[packages/rootskel]
|
| 376 |
checkout = git clone git+ssh://git.debian.org/git/d-i/rootskel
|
| 377 |
|
| 378 |
[packages/s390-dasd]
|
| 379 |
checkout = git clone git+ssh://git.debian.org/git/d-i/s390-dasd
|
| 380 |
|
| 381 |
[packages/s390-netdevice]
|
| 382 |
checkout = git clone git+ssh://git.debian.org/git/d-i/s390-netdevice
|
| 383 |
|
| 384 |
[packages/s390-sysconfig-writer]
|
| 385 |
checkout = git clone git+ssh://git.debian.org/git/d-i/s390-sysconfig-writer
|
| 386 |
|
| 387 |
[packages/sarge-support]
|
| 388 |
checkout = git clone git+ssh://git.debian.org/git/d-i/sarge-support
|
| 389 |
|
| 390 |
[packages/sibyl-installer]
|
| 391 |
checkout = git clone git+ssh://git.debian.org/git/d-i/sibyl-installer
|
| 392 |
|
| 393 |
[packages/silo-installer]
|
| 394 |
checkout = git clone git+ssh://git.debian.org/git/d-i/silo-installer
|
| 395 |
|
| 396 |
[packages/srm-reader]
|
| 397 |
checkout = git clone git+ssh://git.debian.org/git/d-i/srm-reader
|
| 398 |
|
| 399 |
[packages/tzsetup]
|
| 400 |
checkout = git clone git+ssh://git.debian.org/git/d-i/tzsetup
|
| 401 |
|
| 402 |
[packages/udpkg]
|
| 403 |
checkout = git clone git+ssh://git.debian.org/git/d-i/udpkg
|
| 404 |
|
| 405 |
[packages/usb-discover]
|
| 406 |
checkout = git clone git+ssh://git.debian.org/git/d-i/usb-discover
|
| 407 |
|
| 408 |
[packages/user-setup]
|
| 409 |
checkout = git clone git+ssh://git.debian.org/git/d-i/user-setup
|
| 410 |
|
| 411 |
[packages/userdevfs]
|
| 412 |
checkout = git clone git+ssh://git.debian.org/git/d-i/userdevfs
|
| 413 |
|
| 414 |
[packages/vmelilo-installer]
|
| 415 |
checkout = git clone git+ssh://git.debian.org/git/d-i/vmelilo-installer
|
| 416 |
|
| 417 |
[packages/win32-loader]
|
| 418 |
checkout = git clone git+ssh://git.debian.org/git/d-i/win32-loader
|
| 419 |
|
| 420 |
[packages/yaboot-installer]
|
| 421 |
checkout = git clone git+ssh://git.debian.org/git/d-i/yaboot-installer
|
| 422 |
|
| 423 |
[packages/zipl-installer]
|
| 424 |
checkout = git clone git+ssh://git.debian.org/git/d-i/zipl-installer
|
| 425 |
|
| 426 |
[di-autobuild]
|
| 427 |
checkout = git clone http://buildd.debian.org/git/di-autobuild.git
|