summaryrefslogtreecommitdiff
path: root/doc/forum/trying_to_--spin_to_a_sid+experimental_machine
diff options
context:
space:
mode:
authorJoey Hess2015-03-30 19:31:53 -0400
committerJoey Hess2015-03-30 19:31:53 -0400
commitdcf1c438c3277b08f727fcaec75cdf11e85163b1 (patch)
tree54c91dc93c9ba9d4aef17eed5eeb8276ffb996cc /doc/forum/trying_to_--spin_to_a_sid+experimental_machine
parent141de1c921be977d1be55502f91d05bffa8bc303 (diff)
followu
Diffstat (limited to 'doc/forum/trying_to_--spin_to_a_sid+experimental_machine')
-rw-r--r--doc/forum/trying_to_--spin_to_a_sid+experimental_machine/comment_3_f1ca62944fe0303db6f1dc0916e8c967._comment13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/forum/trying_to_--spin_to_a_sid+experimental_machine/comment_3_f1ca62944fe0303db6f1dc0916e8c967._comment b/doc/forum/trying_to_--spin_to_a_sid+experimental_machine/comment_3_f1ca62944fe0303db6f1dc0916e8c967._comment
new file mode 100644
index 00000000..ed34d6a7
--- /dev/null
+++ b/doc/forum/trying_to_--spin_to_a_sid+experimental_machine/comment_3_f1ca62944fe0303db6f1dc0916e8c967._comment
@@ -0,0 +1,13 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 3"""
+ date="2015-03-30T23:26:38Z"
+ content="""
+As to a mixed unstable/experimental machine, such a machine has a Property
+of having somepackage installed from experimental. One way to represent
+that is by defining a property:
+
+installedFromExperimental :: [Package] -> Property NoInfo
+installedFromExperimental = Apt.installed' ["-y", "-texperimental"]
+
+"""]]