Skip to content

Commit

Permalink
Changes for sleuthkit repo changes (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimmetz authored Dec 22, 2024
1 parent 246af73 commit 235ab5e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = pytsk3
version = 20240407
version = 20241215
description = Python bindings for the SleuthKit
long_description = Python bindings for the SleuthKit
author = Michael Cohen
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ def run(self):
print("Updating sleuthkit")
subprocess.check_call(["git", "reset", "--hard"], cwd="sleuthkit")
subprocess.check_call(["git", "clean", "-x", "-f", "-d"], cwd="sleuthkit")
subprocess.check_call(["git", "checkout", "master"], cwd="sleuthkit")
subprocess.check_call(["git", "checkout", "main"], cwd="sleuthkit")
subprocess.check_call(["git", "pull"], cwd="sleuthkit")
if self.use_head:
print("Pulling from HEAD")
Expand Down
2 changes: 1 addition & 1 deletion sleuthkit
Submodule sleuthkit updated 1 files
+6 −0 .gitignore

0 comments on commit 235ab5e

Please sign in to comment.