Re: Subversion and Bzr and Git

Jonas Smedegaard <[email protected]> Mon, 22 Dec 2008 16:39:16 +0100
Newsgroups gmane.comp.video.cinepaint.devel
Message-ID <[email protected]>
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Sun, Dec 21, 2008 at 11:33:16PM -0800, Robin Rowe wrote:
>> I can publish the Git mirror at source.jones.dk, but you might want 
>> to promote it as an official ressource for the project. Simplest 
>> would probably be that you point the hostname "git.cinepaint.org" to 
>> my server and I deal with the rest.
>
>Yes, git.cinepaint.org. Give me the exact syntax you want me to add to 
>my DNS.

Here's what I would add to a BIND9 domain file:


git CNAME coreander.jones.dk.



(really I would add a SPF hint too, but that is unrelated to to this)


>Cinepaint.org has primary DNS only. Should I make you secondary DNS?

The git hostname need no changes to the setup of DNS servers, but...

Currently you have only a single DNS server (or you have 2 but fake it 
by provising same IP for both). That is BAD! It makes your whole domain 
dependent on a single point of failure.

You are welcome to use my nameservers for backup. You then need 
something like the following in your main BIND9 config file:

acl jones_slaves {
	80.166.109.186;	// ns.superserver.dk
	80.68.88.141;	// ns.bitbase.dk
	87.57.161.214;	// ns.homebase.dk
	213.237.80.158;	// ns.107b.dk
	87.59.24.138;	// dns.jones.dk
	80.166.109.186;	// ns.dgi-huset.dk
}


And append above ACL to your existing config, so it looks something like 
this:

zone "cinepaint.org" { type master; file "somewhere/cinepaint.org" allow-transfer { jones_slaves; }; };


And add all hostnames mentioned in the ACL above as NS records to your 
domain file.



...any or all of the above might be different, depending on the way 
you've structured your configurations or (obviously) if you use some 
other nameserver than ISC BIND 9.x.


>> You can also host it yourself if you prefer. 
>
>No, but I will need a how-to from you that documents how you set this up 
>so we don't have to start from scratch if we need to move it someday.

ok.


  - Jonas

- -- 
* Jonas Smedegaard - idealist og Internet-arkitekt
* Tlf.: +45 40843136  Website: http://dr.jones.dk/

  [x] quote me freely  [ ] ask before reusing  [ ] keep private
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAklPtKQACgkQn7DbMsAkQLixWwCZATQgaC/u+hHefBQ4DtM+bNU1
gYkAnREtaSAHp7/eZ5uBY3HwygkzfJky
=lzVY
-----END PGP SIGNATURE-----

------------------------------------------------------------------------------