From: Joey Hess Date: Mon, 18 Oct 2021 20:25:00 +0000 (-0400) Subject: rename to avoid warning X-Git-Tag: archive/raspbian/10.20250416-2+rpi1~1^2~79^2~131 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=0697dbe2d29d084bccb7f6a7c29c996849bf7455;p=git-annex.git rename to avoid warning a new version of persistent exports an "exists" --- diff --git a/Assistant/WebApp/Configurators/IA.hs b/Assistant/WebApp/Configurators/IA.hs index d6d2bd16fa..1b2d05e6e2 100644 --- a/Assistant/WebApp/Configurators/IA.hs +++ b/Assistant/WebApp/Configurators/IA.hs @@ -180,11 +180,11 @@ escapeHeader = escapeURIString (\c -> isUnescapedInURI c && c /= ' ') getRepoInfo :: RemoteConfig -> Widget getRepoInfo c = do uo <- liftAnnex Url.getUrlOptions - exists <- liftAnnex $ catchDefaultIO False $ Url.exists url uo + urlexists <- liftAnnex $ catchDefaultIO False $ Url.exists url uo [whamlet| Internet Archive item -$if (not exists) +$if (not urlexists)

The page will only be available once some files # have been uploaded, and the Internet Archive has processed them.