about summary refs log tree commit diff stats
path: root/docs/publishing.txt
diff options
context:
space:
mode:
authorCharadon <dev@iotib.net>2022-08-06 12:38:20 -0400
committerCharadon <dev@iotib.net>2022-08-06 12:38:20 -0400
commit8297af548994e43681b85e00b1bdb061959d9dd9 (patch)
treefc93d9196d19ad0702d5ab37267076917fedd423 /docs/publishing.txt
parent9df670eeb430f92da25d6dd0f0c8874703e1feb0 (diff)
downloaddscip-8297af548994e43681b85e00b1bdb061959d9dd9.tar.gz
Added some documentation
Diffstat (limited to 'docs/publishing.txt')
-rw-r--r--docs/publishing.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/publishing.txt b/docs/publishing.txt
new file mode 100644
index 0000000..c3cf15c
--- /dev/null
+++ b/docs/publishing.txt
@@ -0,0 +1,13 @@
+Publishing build artifacts and logs.
+================================================================================
+There are many ways you can publish artifacts, both privately and publically.
+
+Methods include:
+Sending logs/artifacts through e-mail.
+Uploading logs/artifacts to an FTP server.
+Uploading logs/artifacts to an rsync server.
+Uploading it through good ol HTTP.
+
+Basically, if there's a commandline utility for it, you can use it in the
+post/failed.sh scripts. Refer to variables.txt for how to use variables for
+organizing artifacts.