Mirrors
From wikibrew
Warning: This page is out of date!
The information on this page is out of date. Please refer to this page for the time being. --Iadnah 07:44, 29 November 2011 (EST)
Contents |
Mirror Servers
Setting up a mirror requires 1.5gb free space.
- git.gitbrew.org - master server
- storm.gitbrew.org - maintained clone
Gitweb Mirrors
- git.gitbrew.org/repos - master gitweb
- storm.gitbrew.org/repos - gitweb clone
- foxbrew.org/git - frogfire [fast]
Git Mirrors
Gitbrew Maintained:
- git://git.gitbrew.org - master server
- git://storm.gitbrew.org - maintained clone
Public Submissions:
- git://foxbrew.org - public mirror (frogfire) [fast]
- git://scottfertig.net - public mirror (linuxx)
- git://sub.gitbrew.org - public mirror
Repo List
/ps3/ps3tools.git /ps3/ps3mfw/scripts.git /ps3/ps3mfw/tasks.git /ps3/ps3mfw/ps3mfw.git /ps3/otheros-utils/panic1.git /ps3/otheros-utils/get_applicable_version.git /ps3/otheros-utils/setup_vflash_for_otheros_slim.git /ps3/otheros-utils/setup_flash_for_otheros.git /ps3/otheros-utils/install_otheros.git /ps3/otheros-utils/resize_vflash.git /ps3/otheros-utils/reset_qa_flag.git /ps3/otheros-utils/install_hugeboot_on_vflash5.git /ps3/otheros-utils/doc.git /ps3/otheros-utils/boot_gameos.git /ps3/otheros-utils/recover_mode_toggle.git /ps3/otheros-utils/udp_printf_client.git /ps3/otheros-utils/reboot.git /ps3/otheros-utils/common.git /ps3/otheros-utils/dump_sysrom.git /ps3/otheros-utils/create_vflash6.git /ps3/otheros-utils/product_mode_toggle.git /ps3/otheros-utils/dump_lv2.git /ps3/otheros-utils/dump_vflash_ptab_slim.git /ps3/otheros-utils/setup_vflash_for_otheros_fat.git /ps3/otheros-utils/delete_vflash6.git /ps3/otheros-utils/delete_vflash7.git /ps3/otheros-utils/create_vflash5.git /ps3/otheros-utils/dump_lv1.git /ps3/otheros-utils/dump_flash_ptab.git /ps3/otheros-utils/delete_vflash5.git /ps3/otheros-utils/dump_flash.git /ps3/otheros-utils/boot_ps2.git /ps3/otheros-utils/install_petitboot_on_vflash5.git /ps3/otheros-utils/qa_flag.git /ps3/otheros-utils/dump_vflash_ptab_fat.git /ps3/otheros-utils/boot_otheros.git /ps3/otheros-utils/petitboot.git /ps3/otheros-utils/get_token_seed.git /ps3/otheros-utils/increase_bootmem_size.git /ps3/otheros-utils/create_vflash7.git /ps3/otheros-utils/install_otheros_bootloader_loader.git /ps3/ps3freebsd/doc.git /ps3/ps3freebsd/freebsd.git /ps3/ps3linux/spp_verifier.git /ps3/ps3linux/dump_lv1_console_buffer.git /ps3/ps3linux/spp_verifier_direct.git /ps3/ps3linux/aim_spu_module.git /ps3/ps3linux/scripts.git /ps3/ps3linux/ps3dm-utils.git /ps3/ps3linux/petitboot/openwrt_packages.git /ps3/ps3linux/petitboot/openwrt.git /ps3/ps3linux/ps3hvc-utils.git /ps3/ps3linux/ps3stor-utils.git /ps3/ps3linux/aacs_module.git /ps3/ps3linux/ps3sm-utils.git /ps3/ps3linux/ps3-jupiter.git /ps3/ps3linux/linux-2.6.git /ps3/ps3linux/ps3encdec-utils.git /ps3/anergistic.git
Setup Local Mirror
apt-get install git-core git git clone https://github.com/ndechesne/git-mirror.git cd git-mirror ./git-mirror -s http://git.gitbrew.org/repos -g git://git.gitbrew.org -o /home/gitbrew/mirror/
Git-Daemon
echo "sudo git daemon --base-path=/home/gitbrew/mirror/git.gitbrew.org/repos / --export-all --user=www-data --verbose --base-path-relaxed --detach" >> git-daemon.sh chmod a+x git-daemon.sh ./git-daemon.sh
Submit Mirror
- IP address must be WAN accessible, preferably with a domain attached.
- Repositories must be updated once every 12 hours.
nano /etc/crontab 0 */12 * * * ~/git-mirror/git-mirror -s http://git.gitbrew.org/repos -g git://git.gitbrew.org -o /home/gitbrew/mirror
This will update your local mirror every 12 hours.
Email your submission to mirror@gitbrew.org or #mirror on IRC