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 UUID
|
||||
import Trust
|
||||
import Remote.Ssh
|
||||
import Remote.Helper.Ssh
|
||||
import qualified Utility.Dot as Dot
|
||||
|
||||
-- a link from the first repository to the second (its remote)
|
||||
|
|
|
@ -30,9 +30,9 @@ import Locations
|
|||
import Config
|
||||
import Utility
|
||||
import Messages
|
||||
import Remote.Ssh
|
||||
import Remote.Special
|
||||
import Remote.Encryptable
|
||||
import Remote.Helper.Ssh
|
||||
import Remote.Helper.Special
|
||||
import Remote.Helper.Encryptable
|
||||
import Crypto
|
||||
|
||||
type BupRepo = String
|
||||
|
|
|
@ -27,8 +27,8 @@ import Utility.CopyFile
|
|||
import Config
|
||||
import Content
|
||||
import Utility
|
||||
import Remote.Special
|
||||
import Remote.Encryptable
|
||||
import Remote.Helper.Special
|
||||
import Remote.Helper.Encryptable
|
||||
import Crypto
|
||||
|
||||
remote :: RemoteType Annex
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
- 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 Control.Monad.State (liftIO)
|
|
@ -5,7 +5,7 @@
|
|||
- 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 Data.Maybe
|
|
@ -5,7 +5,7 @@
|
|||
- Licensed under the GNU GPL version 3 or higher.
|
||||
-}
|
||||
|
||||
module Remote.Ssh where
|
||||
module Remote.Helper.Ssh where
|
||||
|
||||
import Control.Monad.State (liftIO)
|
||||
|
|
@ -28,8 +28,8 @@ import Locations
|
|||
import Config
|
||||
import Content
|
||||
import Utility
|
||||
import Remote.Special
|
||||
import Remote.Encryptable
|
||||
import Remote.Helper.Special
|
||||
import Remote.Helper.Encryptable
|
||||
import Crypto
|
||||
import Messages
|
||||
|
||||
|
|
|
@ -26,8 +26,8 @@ import Locations
|
|||
import Config
|
||||
import Content
|
||||
import Utility
|
||||
import Remote.Special
|
||||
import Remote.Encryptable
|
||||
import Remote.Helper.Special
|
||||
import Remote.Helper.Encryptable
|
||||
import Crypto
|
||||
import Messages
|
||||
import Utility.RsyncFile
|
||||
|
|
|
@ -33,8 +33,8 @@ import UUID
|
|||
import Messages
|
||||
import Locations
|
||||
import Config
|
||||
import Remote.Special
|
||||
import Remote.Encryptable
|
||||
import Remote.Helper.Special
|
||||
import Remote.Helper.Encryptable
|
||||
import Crypto
|
||||
import Content
|
||||
import Utility.Base64
|
||||
|
|
Loading…
Reference in a new issue