diff options
| author | Joey Hess <joeyh@joeyh.name> | 2017-02-13 12:28:32 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2017-02-13 12:28:32 -0400 |
| commit | a6215a15ae9c7cb48df0a2ac8bd6f00ce6e3d71c (patch) | |
| tree | 63315ac63081f8e7c5eb8e649102d08f167b824c | |
| parent | 33767d2d86c81f285ce253459f34c9f8f3a285a1 (diff) | |
| parent | da400e7af20bf418c13de4456822303d91af83a3 (diff) | |
Merge branch 'master' of ssh://propellor.branchable.com
| -rw-r--r-- | doc/install.mdwn | 2 | ||||
| -rw-r--r-- | doc/todo/Arch_Linux_Port/comment_3_d917de766dfe7fded7317d7614d1467f._comment | 25 |
2 files changed, 1 insertions, 26 deletions
diff --git a/doc/install.mdwn b/doc/install.mdwn index ad87cedc..f64519a7 100644 --- a/doc/install.mdwn +++ b/doc/install.mdwn @@ -1,4 +1,4 @@ -`git clone git://propellor.branchable.com/ propellor` +`git clone git://propellor.branchable.com/propellor` Or get it [from github](https://github.com/joeyh/propellor). Propellor is recently available in Debian. diff --git a/doc/todo/Arch_Linux_Port/comment_3_d917de766dfe7fded7317d7614d1467f._comment b/doc/todo/Arch_Linux_Port/comment_3_d917de766dfe7fded7317d7614d1467f._comment deleted file mode 100644 index 27ef8078..00000000 --- a/doc/todo/Arch_Linux_Port/comment_3_d917de766dfe7fded7317d7614d1467f._comment +++ /dev/null @@ -1,25 +0,0 @@ -[[!comment format=mdwn - username="joey" - subject="""comment 3""" - date="2017-02-04T20:55:02Z" - content=""" -> Instead, I changed some properties in DiskImage from Linux to -> DebianLike. Is it the correct way to do it? - -Looking at it, kpartx is DebianLike-specific, so imageBuiltFrom which uses it -should be too. The only reason it wasn't marked as DebianLike already and -was type Linux is because Linux used to be the same as DebianLike and so -the type checker didn't see a difference. No longer, thanks to your patch. - -So, it makes complete sense that you have to change this. You're paying -the price of blazing the trail of the first non-DebianLike Linux distro in -Propellor.. - ---- - -Looks like your [[!commit 25f6871e1dda3de252fbc6c8ac6962eb0cd9311a]] -dealt with all my review suggestions. And so, I've merged it. - -Unless you have anything else that needs to be done, I'll release -propellor soon with the added Arch Linux support. Thank you very much! -"""]] |
