moving privdata to privdata.joey (for joeyconfig branch only)

This will be reverted on master. This way, my ongoing development on my
joeyconfig branch, including privdata changes, won't result in changes
being merged into the privdata/ dir on master. Such changes can cause
problems for other propellor users, who can get conflicts in their own
privdata when merging from master.
This commit is contained in:
Joey Hess 2014-11-15 13:44:37 -04:00
parent d65337d3e7
commit 269996e25d
3 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ module Propellor.PrivData.Paths where
import System.FilePath
privDataDir :: FilePath
privDataDir = "privdata"
privDataDir = "privdata.joey"
privDataFile :: FilePath
privDataFile = privDataDir </> "privdata.gpg"