-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #30 from timothyryanwalsh/dev-nohash
dev-1.6.0
- Loading branch information
Showing
10 changed files
with
554 additions
and
287 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
language: python | ||
python: | ||
- "2.7" | ||
- "3.4" | ||
- "3.5" | ||
- "3.6" | ||
before_install: | ||
- wget -qO - https://bintray.com/user/downloadSubjectPublicKey?username=bintray | sudo apt-key add - | ||
- echo "deb http://dl.bintray.com/siegfried/debian wheezy main" | sudo tee -a /etc/apt/sources.list | ||
- sudo apt-get update && sudo apt-get install siegfried | ||
- sudo apt-get install clamav && sudo freshclam | ||
- sudo apt-get install tree | ||
- git clone git://github.com/sleuthkit/sleuthkit.git | ||
- cd sleuthkit && ./bootstrap && ./configure && make && sudo make install && sudo ldconfig | ||
- cd .. | ||
script: | ||
- python test.py |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,15 +2,15 @@ | |
|
||
setup( | ||
name = 'brunnhilde', | ||
version = '1.5.3', | ||
version = '1.6.0', | ||
url = 'https://github.com/timothyryanwalsh/brunnhilde', | ||
author = 'Tim Walsh', | ||
author_email = '[email protected]', | ||
py_modules = ['brunnhilde'], | ||
scripts = ['brunnhilde.py'], | ||
description = 'A Siegfried-based digital archives reporting tool for directories and disk images', | ||
keywords = 'archives reporting characterization identification diskimages', | ||
platforms = ['POSIX'], | ||
platforms = ['POSIX', 'Windows'], | ||
test_suite='test', | ||
classifiers = [ | ||
'Development Status :: 5 - Production/Stable', | ||
|
@@ -21,11 +21,10 @@ | |
'Operating System :: MacOS', | ||
'Operating System :: MacOS :: MacOS X', | ||
'Operating System :: POSIX :: Linux', | ||
'Topic :: Communications :: File Sharing', | ||
'Operating System :: Microsoft :: Windows', | ||
'Programming Language :: Python :: 2.7', | ||
'Programming Language :: Python :: 3.5', | ||
'Programming Language :: Python :: 3.6', | ||
'Topic :: Database', | ||
'Topic :: System :: Archiving', | ||
'Topic :: System :: Filesystems', | ||
'Topic :: Utilities' | ||
|
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters