reorg Remote/*

This commit is contained in:
Joey Hess 2011-08-16 20:49:54 -04:00
parent 4545a0e78c
commit a55faff08f
9 changed files with 15 additions and 15 deletions

View file

@ -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)

View file

@ -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

View file

@ -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

View file

@ -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)

View file

@ -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

View file

@ -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)

View file

@ -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

View file

@ -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

View file

@ -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