From 1af9bbe7b907a315d4c788509c16bc896cc17f63 Mon Sep 17 00:00:00 2001 From: Benjamin Barenblat Date: Wed, 19 Jan 2022 12:45:31 -0500 Subject: Remove references to deleted webapp MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This repository doesn’t contain the webapp. Remove dangling references to it. --- git-annex.cabal | 161 -------------------------------------------------------- 1 file changed, 161 deletions(-) (limited to 'git-annex.cabal') diff --git a/git-annex.cabal b/git-annex.cabal index 5b87cb04b..d94b1469f 100644 --- a/git-annex.cabal +++ b/git-annex.cabal @@ -143,113 +143,6 @@ Extra-Source-Files: doc/logo.svg doc/logo_16x16.png Build/mdwn2man - Assistant/WebApp/routes - static/activityicon.gif - static/css/bootstrap.css - static/css/bootstrap-theme.css - static/js/jquery.ui.core.js - static/js/longpolling.js - static/js/jquery.full.js - static/js/jquery.ui.sortable.js - static/js/jquery.ui.mouse.js - static/js/jquery.ui.widget.js - static/js/bootstrap.js - static/syncicon.gif - static/favicon.ico - static/fonts/glyphicons-halflings-regular.woff - static/fonts/glyphicons-halflings-regular.eot - static/fonts/glyphicons-halflings-regular.svg - static/fonts/glyphicons-halflings-regular.ttf - templates/sidebar/main.hamlet - templates/sidebar/alert.hamlet - templates/bootstrap.hamlet - templates/error.cassius - templates/README - templates/error.hamlet - templates/documentation/license.hamlet - templates/documentation/repogroup.hamlet - templates/documentation/about.hamlet - templates/dashboard/main.hamlet - templates/dashboard/transfers.cassius - templates/dashboard/transfers.hamlet - templates/dashboard/metarefresh.hamlet - templates/page.cassius - templates/page.hamlet - templates/control/repairrepository.hamlet - templates/control/repairrepository/done.hamlet - templates/control/notrunning.julius - templates/control/notrunning.hamlet - templates/control/repositoryswitcher.hamlet - templates/control/shutdown.hamlet - templates/control/log.hamlet - templates/page.julius - templates/repolist.julius - templates/configurators/adddrive/combine.hamlet - templates/configurators/adddrive/setupmodal.hamlet - templates/configurators/adddrive/encrypt.hamlet - templates/configurators/newrepository.hamlet - templates/configurators/needglaciercli.hamlet - templates/configurators/adds3.hamlet - templates/configurators/genkeymodal.hamlet - templates/configurators/main.hamlet - templates/configurators/needconnection.hamlet - templates/configurators/newrepository/form.hamlet - templates/configurators/newrepository/first.hamlet - templates/configurators/newrepository/combine.hamlet - templates/configurators/enablewebdav.hamlet - templates/configurators/pairing/local/inprogress.hamlet - templates/configurators/pairing/local/prompt.hamlet - templates/configurators/pairing/wormhole/prompt.hamlet - templates/configurators/pairing/wormhole/start.hamlet - templates/configurators/pairing/disabled.hamlet - templates/configurators/addglacier.hamlet - templates/configurators/fsck.cassius - templates/configurators/edit/nonannexremote.hamlet - templates/configurators/edit/webrepository.hamlet - templates/configurators/edit/repository.hamlet - templates/configurators/unused.hamlet - templates/configurators/addbox.com.hamlet - templates/configurators/ssh/testmodal.hamlet - templates/configurators/ssh/expiredpassword.hamlet - templates/configurators/ssh/error.hamlet - templates/configurators/ssh/combine.hamlet - templates/configurators/ssh/enable.hamlet - templates/configurators/ssh/add.hamlet - templates/configurators/ssh/setupmodal.hamlet - templates/configurators/ssh/confirm.hamlet - templates/configurators/upgrade/android.hamlet - templates/configurators/enableia.hamlet - templates/configurators/fsck.hamlet - templates/configurators/addrepository/archive.hamlet - templates/configurators/addrepository/cloud.hamlet - templates/configurators/addrepository/connection.hamlet - templates/configurators/addrepository/ssh.hamlet - templates/configurators/addrepository/misc.hamlet - templates/configurators/addrepository/wormholepairing.hamlet - templates/configurators/rsync.net/add.hamlet - templates/configurators/rsync.net/encrypt.hamlet - templates/configurators/gitlab.com/add.hamlet - templates/configurators/needgcrypt.hamlet - templates/configurators/needtor.hamlet - templates/configurators/needmagicwormhole.hamlet - templates/configurators/enabledirectory.hamlet - templates/configurators/fsck/status.hamlet - templates/configurators/fsck/form.hamlet - templates/configurators/fsck/preferencesform.hamlet - templates/configurators/fsck/formcontent.hamlet - templates/configurators/delete/finished.hamlet - templates/configurators/delete/start.hamlet - templates/configurators/delete/currentrepository.hamlet - templates/configurators/unused/form.hamlet - templates/configurators/adddrive.hamlet - templates/configurators/preferences.hamlet - templates/configurators/addia.hamlet - templates/configurators/enableaws.hamlet - templates/configurators/addrepository.hamlet - templates/actionbutton.hamlet - templates/repolist.hamlet - templates/controlmenu.hamlet - templates/notifications/longpolling.julius Flag S3 Description: Enable S3 support @@ -457,60 +350,6 @@ Executable git-annex if flag(AndroidSplice) CPP-Options: -DANDROID_SPLICES - if flag(Webapp) - Build-Depends: - yesod (>= 1.2.6), - yesod-static (>= 1.2.4), - yesod-form (>= 1.3.15), - yesod-core (>= 1.2.19), - path-pieces (>= 0.1.4), - warp (>= 3.0.0.5), - warp-tls (>= 1.4), - wai, - wai-extra, - blaze-builder, - clientsession, - template-haskell, - shakespeare (>= 2.0.0) - CPP-Options: -DWITH_WEBAPP - Other-Modules: - Command.WebApp - Assistant.Threads.WebApp - Assistant.Threads.PairListener - Assistant.WebApp - Assistant.WebApp.Common - Assistant.WebApp.Configurators - Assistant.WebApp.Configurators.AWS - Assistant.WebApp.Configurators.Delete - Assistant.WebApp.Configurators.Edit - Assistant.WebApp.Configurators.Fsck - Assistant.WebApp.Configurators.IA - Assistant.WebApp.Configurators.Local - Assistant.WebApp.Configurators.Pairing - Assistant.WebApp.Configurators.Preferences - Assistant.WebApp.Configurators.Ssh - Assistant.WebApp.Configurators.Unused - Assistant.WebApp.Configurators.Upgrade - Assistant.WebApp.Configurators.WebDAV - Assistant.WebApp.Control - Assistant.WebApp.DashBoard - Assistant.WebApp.Documentation - Assistant.WebApp.Form - Assistant.WebApp.Gpg - Assistant.WebApp.MakeRemote - Assistant.WebApp.Notifications - Assistant.WebApp.OtherRepos - Assistant.WebApp.Page - Assistant.WebApp.Pairing - Assistant.WebApp.Repair - Assistant.WebApp.RepoId - Assistant.WebApp.RepoList - Assistant.WebApp.SideBar - Assistant.WebApp.Types - Annex.MakeRepo - Utility.Yesod - Utility.WebApp - if flag(Pairing) Build-Depends: network-multicast, network-info CPP-Options: -DWITH_PAIRING -- cgit v1.2.3