reorg Remote/*
This commit is contained in:
parent
4545a0e78c
commit
a55faff08f
9 changed files with 15 additions and 15 deletions
|
@ -22,7 +22,7 @@ import Types
|
||||||
import Utility
|
import Utility
|
||||||
import UUID
|
import UUID
|
||||||
import Trust
|
import Trust
|
||||||
import Remote.Ssh
|
import Remote.Helper.Ssh
|
||||||
import qualified Utility.Dot as Dot
|
import qualified Utility.Dot as Dot
|
||||||
|
|
||||||
-- a link from the first repository to the second (its remote)
|
-- a link from the first repository to the second (its remote)
|
||||||
|
|
|
@ -30,9 +30,9 @@ import Locations
|
||||||
import Config
|
import Config
|
||||||
import Utility
|
import Utility
|
||||||
import Messages
|
import Messages
|
||||||
import Remote.Ssh
|
import Remote.Helper.Ssh
|
||||||
import Remote.Special
|
import Remote.Helper.Special
|
||||||
import Remote.Encryptable
|
import Remote.Helper.Encryptable
|
||||||
import Crypto
|
import Crypto
|
||||||
|
|
||||||
type BupRepo = String
|
type BupRepo = String
|
||||||
|
|
|
@ -27,8 +27,8 @@ import Utility.CopyFile
|
||||||
import Config
|
import Config
|
||||||
import Content
|
import Content
|
||||||
import Utility
|
import Utility
|
||||||
import Remote.Special
|
import Remote.Helper.Special
|
||||||
import Remote.Encryptable
|
import Remote.Helper.Encryptable
|
||||||
import Crypto
|
import Crypto
|
||||||
|
|
||||||
remote :: RemoteType Annex
|
remote :: RemoteType Annex
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
- Licensed under the GNU GPL version 3 or higher.
|
- Licensed under the GNU GPL version 3 or higher.
|
||||||
-}
|
-}
|
||||||
|
|
||||||
module Remote.Encryptable where
|
module Remote.Helper.Encryptable where
|
||||||
|
|
||||||
import qualified Data.Map as M
|
import qualified Data.Map as M
|
||||||
import Control.Monad.State (liftIO)
|
import Control.Monad.State (liftIO)
|
|
@ -5,7 +5,7 @@
|
||||||
- Licensed under the GNU GPL version 3 or higher.
|
- Licensed under the GNU GPL version 3 or higher.
|
||||||
-}
|
-}
|
||||||
|
|
||||||
module Remote.Special where
|
module Remote.Helper.Special where
|
||||||
|
|
||||||
import qualified Data.Map as M
|
import qualified Data.Map as M
|
||||||
import Data.Maybe
|
import Data.Maybe
|
|
@ -5,7 +5,7 @@
|
||||||
- Licensed under the GNU GPL version 3 or higher.
|
- Licensed under the GNU GPL version 3 or higher.
|
||||||
-}
|
-}
|
||||||
|
|
||||||
module Remote.Ssh where
|
module Remote.Helper.Ssh where
|
||||||
|
|
||||||
import Control.Monad.State (liftIO)
|
import Control.Monad.State (liftIO)
|
||||||
|
|
|
@ -28,8 +28,8 @@ import Locations
|
||||||
import Config
|
import Config
|
||||||
import Content
|
import Content
|
||||||
import Utility
|
import Utility
|
||||||
import Remote.Special
|
import Remote.Helper.Special
|
||||||
import Remote.Encryptable
|
import Remote.Helper.Encryptable
|
||||||
import Crypto
|
import Crypto
|
||||||
import Messages
|
import Messages
|
||||||
|
|
||||||
|
|
|
@ -26,8 +26,8 @@ import Locations
|
||||||
import Config
|
import Config
|
||||||
import Content
|
import Content
|
||||||
import Utility
|
import Utility
|
||||||
import Remote.Special
|
import Remote.Helper.Special
|
||||||
import Remote.Encryptable
|
import Remote.Helper.Encryptable
|
||||||
import Crypto
|
import Crypto
|
||||||
import Messages
|
import Messages
|
||||||
import Utility.RsyncFile
|
import Utility.RsyncFile
|
||||||
|
|
|
@ -33,8 +33,8 @@ import UUID
|
||||||
import Messages
|
import Messages
|
||||||
import Locations
|
import Locations
|
||||||
import Config
|
import Config
|
||||||
import Remote.Special
|
import Remote.Helper.Special
|
||||||
import Remote.Encryptable
|
import Remote.Helper.Encryptable
|
||||||
import Crypto
|
import Crypto
|
||||||
import Content
|
import Content
|
||||||
import Utility.Base64
|
import Utility.Base64
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue