propellor spin
This commit is contained in:
parent
1d93f25449
commit
feaafc26de
|
@ -89,7 +89,7 @@ installed' params ps = robustly $ check (isInstallable ps) go
|
|||
|
||||
-- | Minimal install of package, without recommends.
|
||||
installedMin :: [Package] -> Property
|
||||
installedMin = installed' ["--no-install-recommends"]
|
||||
installedMin = installed' ["--no-install-recommends", "-y"]
|
||||
|
||||
removed :: [Package] -> Property
|
||||
removed ps = check (or <$> isInstalled' ps) go
|
||||
|
|
|
@ -1 +1,7 @@
|
|||
I don't know a good way to Debianize propellor! Help appreciated. -- Joey
|
||||
The Debian package of propellor ships its full source code because
|
||||
propellor is configured by rebuilding it, and embraces modification of any
|
||||
of the source code.
|
||||
|
||||
/usr/bin/propellor is a wrapper which will set up a propellor git
|
||||
repository in ~/.propellor/, and run ~/.propellor/propellor if it exists.
|
||||
Edit ~/.propellor/config.hs to configure it.
|
||||
|
|
Loading…
Reference in New Issue