summaryrefslogtreecommitdiff
path: root/doc/forum
diff options
context:
space:
mode:
authorJoey Hess2019-04-16 14:30:50 -0400
committerJoey Hess2019-04-16 14:30:50 -0400
commitf37d1ede323e03810c0b9b98b026071b0e1a3671 (patch)
treec45a8b280b5a6fd01f78a8cb127e583fe5ab0a04 /doc/forum
parent22f13155ff5c4816bee1451704a421b1cd8f18da (diff)
comment
Diffstat (limited to 'doc/forum')
-rw-r--r--doc/forum/build_propellor_binary/comment_2_c650673606f798100be5ff1157742f54._comment20
1 files changed, 20 insertions, 0 deletions
diff --git a/doc/forum/build_propellor_binary/comment_2_c650673606f798100be5ff1157742f54._comment b/doc/forum/build_propellor_binary/comment_2_c650673606f798100be5ff1157742f54._comment
new file mode 100644
index 00000000..94fdcb68
--- /dev/null
+++ b/doc/forum/build_propellor_binary/comment_2_c650673606f798100be5ff1157742f54._comment
@@ -0,0 +1,20 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 2"""
+ date="2019-04-16T18:26:11Z"
+ content="""
+Yeah, if someone wants to check out origin/precompiled and test if it
+works, it may well be in a mergeable state. However, it doesn't deal with
+cross compilation to arm or anything like that.
+
+Anyway, once you've built a propellor binary, all it takes to run it on
+some remote host is "sudo ./propellor" (perhaps passing the hostname
+to run for if the current hostname is not one that propellor recognises).
+
+But it expects to be run in a clone of the git repository, I don't know
+what will fail if it's run without that clone. Probably best to clone the
+git repo to /usr/local/propellor and run it in there.
+
+And if any of your properties rely on private data
+it won't be able to access that and they'll fail.
+"""]]