propellor spin
This commit is contained in:
parent
a0aac39244
commit
9ed258633a
|
@ -110,7 +110,7 @@ latestVersion = withOS "obnam latest version" $ \o -> case o of
|
||||||
_ -> noChange
|
_ -> noChange
|
||||||
where
|
where
|
||||||
sources suite =
|
sources suite =
|
||||||
[ "deb http://code.liw.fi/debian " ++ Apt.showSuite suite ++ " main"
|
[ "deb http://code.liw.fi/debian " ++ Apt.showSuite stableRelease ++ " main"
|
||||||
]
|
]
|
||||||
-- gpg key used by the code.liw.fi repository.
|
-- gpg key used by the code.liw.fi repository.
|
||||||
key = Apt.AptKey "obnam" $ unlines
|
key = Apt.AptKey "obnam" $ unlines
|
||||||
|
|
Loading…
Reference in New Issue