1
mirror of https://git.dn42.dev/dn42/registry.git synced 2024-12-23 05:02:58 +01:00
Go to 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 deleted unused file log.cphython-35.pyc 2018-06-03 16:42:07 +02:00
.gitignore Revert "Update 'data/dns/ripnet.dn42'" 2018-02-25 13:36:09 -05:00
check-my-stuff Revert "Update 'data/dns/ripnet.dn42'" 2018-02-25 13:36:09 -05:00
check-pol Revert "Update 'data/dns/ripnet.dn42'" 2018-02-25 13:36:09 -05:00
check-remote Revert "Update 'data/dns/ripnet.dn42'" 2018-02-25 13:36:09 -05:00
fmt-my-stuff Revert "Update 'data/dns/ripnet.dn42'" 2018-02-25 13:36:09 -05:00
install-commit-hook Revert "Update 'data/dns/ripnet.dn42'" 2018-02-25 13:36:09 -05:00
README.md Revert "Update 'data/dns/ripnet.dn42'" 2018-02-25 13:36:09 -05: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!