changeset 125:18ac7e165dde draft

Revert "Added atomictorrent repo, and added multirepo support for pragmo:" This reverts commit a4873c43c2d49ddfc02143a38257e774c5f578a2, but undoes the revert for all the documented changes above. The only change that stays reverted is the (undocumented) change to the tinydns autogen script. If you want the tinydns autogen script to output your own NS instead of mine (the default), the correct thing to do is to change your own configuration (for example, by running ./configure). Starting an editing war with everybody else who's too lazy to configure and decides to pull the same stunt you did doesn't help anyone, since the whole lot of you will be constantly stepping all over each other. I believe my NS is the most sane default, so I think it should stay. If I'm wrong, feel free to revert my revert of your commit, but if you're going to do a commit that's likely to cause controversy, it'd be nice to explain your reasons in the commit message, rather than just trying to slip it under the radar by bundling it in with another commit and not even mentioning it in the log. (Remember: I can't read your mind, so I don't think it's fair for you to expect me to know you're right, even if you are. I'm just not smart enough to know why you're right.)
author Nick <nick@somerandomnick.ano>
date Sun, 29 Aug 2010 12:22:41 +0000
parents b77fef27f2a1
children 3226332fffd6
files scripts/nameserver_autogen/tinydns_tld_datafile
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/nameserver_autogen/tinydns_tld_datafile	Sun Aug 29 10:29:12 2010 +0000
+++ b/scripts/nameserver_autogen/tinydns_tld_datafile	Sun Aug 29 12:22:41 2010 +0000
@@ -2,8 +2,8 @@
 if ! ./scripts/check_db_safety; then
  exit 1
 fi
-tldsrvrname="$(./scripts/conf_var tinydns__tldsrvrname b30a3fc880c970d4b4f945dd82af4de2.ns.pragmo.ano)"
-tldsrvrip="$(./scripts/conf_var tinydns__tldsrvrip 1.0.16.100)"
+tldsrvrname="$(./scripts/conf_var tinydns__tldsrvrname uz5fvb7zdqyuz4q8ysjdfuf04kzd2lrt0l6fp4uyguxdg5tfut06ck.anons.somerandomnick.ano)"
+tldsrvrip="$(./scripts/conf_var tinydns__tldsrvrip 1.0.27.37)"
 for tld in db/ip/?? ; do
  if [ "x$(basename $tld)" != 'x??' ]; then
   first="$(basename $tld | ./scripts/hex2dec)"