From a4873c43c2d49ddfc02143a38257e774c5f578a2 Mon Sep 17 00:00:00 2001 From: pragmo Date: Tue, 24 Aug 2010 07:21:06 +0000 Subject: Added atomictorrent repo, and added multirepo support for pragmo: now inside /db/usr/pragmo there is th repos dir which contains one dir for each pragmo's repo. resdb2 is the classic resdb (rebooted ;)), while atomictorrent is a new repo containing torrents. --- db/usr/pragmo/repos/atomictorrent/description | 1 + db/usr/pragmo/repos/atomictorrent/git | 1 + db/usr/pragmo/repos/resdb2/git | 1 + scripts/nameserver_autogen/tinydns_tld_datafile | 4 ++-- 4 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 db/usr/pragmo/repos/atomictorrent/description create mode 100644 db/usr/pragmo/repos/atomictorrent/git create mode 100644 db/usr/pragmo/repos/resdb2/git diff --git a/db/usr/pragmo/repos/atomictorrent/description b/db/usr/pragmo/repos/atomictorrent/description new file mode 100644 index 0000000..5ec9279 --- /dev/null +++ b/db/usr/pragmo/repos/atomictorrent/description @@ -0,0 +1 @@ +Collection of .torrent file diff --git a/db/usr/pragmo/repos/atomictorrent/git b/db/usr/pragmo/repos/atomictorrent/git new file mode 100644 index 0000000..67fca3f --- /dev/null +++ b/db/usr/pragmo/repos/atomictorrent/git @@ -0,0 +1 @@ +git://tracker.pragmo.ano/ diff --git a/db/usr/pragmo/repos/resdb2/git b/db/usr/pragmo/repos/resdb2/git new file mode 100644 index 0000000..a37fb0f --- /dev/null +++ b/db/usr/pragmo/repos/resdb2/git @@ -0,0 +1 @@ +git://pragmo.ano/ diff --git a/scripts/nameserver_autogen/tinydns_tld_datafile b/scripts/nameserver_autogen/tinydns_tld_datafile index a58b6be..48c2176 100755 --- a/scripts/nameserver_autogen/tinydns_tld_datafile +++ b/scripts/nameserver_autogen/tinydns_tld_datafile @@ -2,8 +2,8 @@ if ! ./scripts/check_db_safety; then exit 1 fi -tldsrvrname="$(./scripts/conf_var tinydns__tldsrvrname uz5fvb7zdqyuz4q8ysjdfuf04kzd2lrt0l6fp4uyguxdg5tfut06ck.anons.somerandomnick.ano)" -tldsrvrip="$(./scripts/conf_var tinydns__tldsrvrip 1.0.27.37)" +tldsrvrname="$(./scripts/conf_var tinydns__tldsrvrname b30a3fc880c970d4b4f945dd82af4de2.ns.pragmo.ano)" +tldsrvrip="$(./scripts/conf_var tinydns__tldsrvrip 1.0.16.100)" for tld in db/ip/?? ; do if [ "x$(basename $tld)" != 'x??' ]; then first="$(basename $tld | ./scripts/hex2dec)" -- cgit v1.2.3