Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

headlock default file? #2

Open
rismoney opened this issue Jun 1, 2012 · 1 comment
Open

headlock default file? #2

rismoney opened this issue Jun 1, 2012 · 1 comment

Comments

@rismoney
Copy link

rismoney commented Jun 1, 2012

Is this hardcoded to just a test dir on purpose?
I saw in https://github.com/drusellers/headlock/blob/master/headlock/Program.cs line 24.

Do this tool have a readme or any other info?

C:\drusellers-headlock-74d9935\headlock\obj\Release>headlock.exe
System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:\User
s\sellersd\Desktop\test_headlock'.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.Directory.InternalGetFileDirectoryNames(String path, String user
PathOriginal, String searchPattern, Boolean includeFiles, Boolean includeDirs, S
earchOption searchOption)
at System.IO.DirectoryInfo.GetFiles(String searchPattern, SearchOption search
Option)
at headlock.disk.WindowsFileSystem.GetAllFilesInDir(String path) in c:\drusel
lers-headlock-74d9935\headlock\disk\WindowsFileSystem.cs:line 54
at headlock.processes.ProcessToPutInHeadlock.Go(ExecutionPoint point) in c:\d
rusellers-headlock-74d9935\headlock\processes\ProcessToPutInHeadlock.cs:line 15
at headlock.Program.Main(String[] args) in c:\drusellers-headlock-74d9935\hea
dlock\Program.cs:line 27

C:\drusellers-headlock-74d9935\headlock\obj\Release>

@drusellers
Copy link
Member

Yes. This is because this tool was created as a proof of concept for how I could "sign" a set of files and deliver them to operations so that they could validate them as well. It was never actually used, as the operations team decided it could trust the developers. I have put it up here in case I, or someone else, thought it would be helpful. I would happily take pull requests and help out anyone that wanted to work on it, etc.

:)

-d

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants