forked from RIPE-NCC/ripe-atlas-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request RIPE-NCC#130 from danielquinn/documentation/packaging
Documentation/packaging
- Loading branch information
Showing
3 changed files
with
58 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,5 +27,6 @@ Contents | |
installation | ||
use | ||
contributing | ||
packaging | ||
troubleshooting | ||
changelog |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
Packaging | ||
========= | ||
|
||
For those interested in packaging RIPE Atlas Tools for their favourite distro, | ||
this section is for you. | ||
|
||
Currently Supported | ||
------------------- | ||
|
||
* OpenBSD | ||
* FreeBSD | ||
|
||
In Progress | ||
----------- | ||
|
||
* `Gentoo Linux`_: Daniel Quinn has an `overlay`_ in development. | ||
* `Debian Linux`_: Apollon Oikonomopoulos is working with the RIPE Atlas team to | ||
ensure that everything conforms to Debian standards. | ||
|
||
.. _`Gentoo Linux`: https://gentoo.org/ | ||
.. _`overlay`: https://github.com/danielquinn/ripe-atlas-overlay | ||
.. _`Debian Linux`: https://www.debian.org/ | ||
|
||
Additional Distributions | ||
------------------------ | ||
|
||
Is your distribution not listed? If you'd like to build a package for another | ||
distro or even if you're just someone who knows someone who can help us package | ||
and distribute this, please get in touch. | ||
|
||
Further Information | ||
------------------- | ||
|
||
User Agent | ||
~~~~~~~~~~ | ||
|
||
When packaging, it's good practise to manually set the user agent used within | ||
the toolkit so that we can get a rough idea of which distros are using this | ||
software. This is easily done by writing an arbitrary string to | ||
``<root>/ripe/atlas/tools/user-agent``. Something like this is recommended::: | ||
|
||
RIPE Atlas Tools (Magellan) [FreeBSD 10.2] 1.2 | ||
|
||
The only limitations to this file are that it should: | ||
|
||
* Only have one line in it (all other will be ignored) | ||
* That line should have a maximum of 128 characters in it |