summaryrefslogtreecommitdiff
path: root/doc/todo/Arch_Linux_Port.mdwn
diff options
context:
space:
mode:
authorJoey Hess2017-02-04 17:18:26 -0400
committerJoey Hess2017-02-04 17:18:48 -0400
commit2f50e5f3d1a556b8445fdcb7ac239f85cfe43f6c (patch)
treef2a58bfddf61890821e3e1c54ca5c895ed552aa6 /doc/todo/Arch_Linux_Port.mdwn
parent11a4f3d9f73738582c8c6781f72106711e167737 (diff)
Arch Linux is now supported by Propellor! Thanks to Zihao Wang for this port.
* Arch Linux is now supported by Propellor! Thanks to Zihao Wang for this port. * Added Propellor.Property.Pacman for Arch's package manager. Maintained by Zihao Wang. * The types of some properties changed; eg from Property DebianLike to Property (DebianLike + ArchLinux). This could require updates to code using those properties, so is a minor API change.
Diffstat (limited to 'doc/todo/Arch_Linux_Port.mdwn')
-rw-r--r--doc/todo/Arch_Linux_Port.mdwn2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/todo/Arch_Linux_Port.mdwn b/doc/todo/Arch_Linux_Port.mdwn
index a899dbb3..ac3ee4dc 100644
--- a/doc/todo/Arch_Linux_Port.mdwn
+++ b/doc/todo/Arch_Linux_Port.mdwn
@@ -12,3 +12,5 @@ I've made some addtional minor changes to make propellor compile without errors:
- Rsync.installed and Docker.installed now supports Pacman as well
Hope you enjoy it!
+
+> [[merged|done]]; it was indeed enjoyable. thank you! --[[Joey]]