You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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.
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>
The text was updated successfully, but these errors were encountered: