DN42 Registry
Find a file
cz5 9c3f667a5a
Squashed commit of the following:
commit 941810c2b170b71ff1abf9442e68e9b2e569bf69
Author: cz5 <cz5@protonmail.com>
Date:   Sat Nov 10 02:21:43 2018 -0500

    Added dns record.

commit 11432370666de2c08765cb1e63790971ac0f6568
Author: cz5 <cz5@protonmail.com>
Date:   Sat Nov 10 01:29:36 2018 -0500

    Removed newline in inet6num file.

commit 5565eb9bdf72c2d5273cf3b71e97ef72c4f503a9
Merge: 20bf8069 3589f4a2
Author: cz5 <cz5@protonmail.com>
Date:   Sat Nov 10 01:26:03 2018 -0500

    Merge branch 'master' of http://git.dn42.us/cz5/registry

    Signed-off-by: cz5 <cz5@protonmail.com>

commit 20bf8069c5aecb10c7d4e03329e429806252d9e8
Author: cz5 <cz5@protonmail.com>
Date:   Sat Nov 10 01:15:30 2018 -0500

    Fixed bad nserver line.

    Signed-off-by: cz5 <cz5@protonmail.com>

commit 3589f4a2f6fcb06489ee6d215e9b7e09798a74c6
Author: cz5 <cz5@protonmail.com>
Date:   Sat Nov 10 01:15:30 2018 -0500

    Fixed bad nserver line.

commit 733ade5fda85d6e6d27d660a2bf463a7a0293bc4
Author: cz5 <cz5@protonmail.com>
Date:   Sat Nov 10 01:00:07 2018 -0500

    Added AS, routes, IP allocations, mntner and person records for cz5.
2018-11-10 02:51:15 -05:00
data Squashed commit of the following: 2018-11-10 02:51:15 -05:00
utils/schema-check Add source attribute 2018-02-13 23:06:43 +01:00
.gitignore add schema checker 2017-10-23 23:45:11 +00:00
check-my-stuff s/realpath/readlink -f/g 2018-01-01 02:53:36 +01:00
check-pol check-pol calls dn42-schema with invalid args if filter.txt has been edited 2018-01-19 23:53:08 +01:00
check-remote require fully expanded ipv6 2017-12-11 17:33:55 -07:00
fmt-my-stuff s/realpath/readlink -f/g 2018-01-01 02:53:36 +01:00
install-commit-hook s/realpath/readlink -f/g 2018-01-01 02:53:36 +01:00
README.md Update 'README.md' 2017-10-25 21:30:40 +00:00

Tips for a successful Pull Request

  1. Squash your commits -- Keep the changes simple to read.
  2. Run the schema check -- Make sure the changes are valid! Run ./check-my-stuff YOUROWN-MNT
  3. BONUS: install the commit hook! Run ./install-commit-hook YOUROWN-MNT
  4. Sign your commit -- Makes it easier to verify.
  5. Bonus: add your pgp fingerprint to your MNT auth: pgp-fingerprint <pgp-fingerprint> [See XUU-MNT example]
  6. ???
  7. Profit!