Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
Autopsy
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IRT
Autopsy
Commits
8d6b6a9b
Commit
8d6b6a9b
authored
1 year ago
by
Greg DiCristofaro
Browse files
Options
Downloads
Patches
Plain Diff
change to core20
parent
4841936e
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
snap/snapcraft.yaml
+3
-3
3 additions, 3 deletions
snap/snapcraft.yaml
with
3 additions
and
3 deletions
snap/snapcraft.yaml
+
3
−
3
View file @
8d6b6a9b
name
:
autopsy
# core22 brings along linting for share object library paths as well as improvements to get java gstreamer working
base
:
core2
2
base
:
core2
0
version
:
4.20.0
summary
:
A graphical interface to The Sleuth Kit and other digital forensics tools.
# 79 char long summary
description
:
Autopsy is a graphical interface to The Sleuth Kit and other open source
...
...
@@ -8,7 +8,7 @@ description: Autopsy is a graphical interface to The Sleuth Kit and other open s
grade
:
stable
# must be 'stable' to release into candidate/stable channels
# TODO look into turning back to strict for easier store inclusion but more limited usage
confinement
:
classic
# use 'strict' once you have the right plugs and slots
architectures
:
[
amd64
,
arm64
]
architectures
:
[
amd64
]
compression
:
lzo
icon
:
snap/gui/autopsy.png
...
...
@@ -142,7 +142,7 @@ parts:
build-environment
:
-
JAVA_HOME
:
/usr/lib/jvm/java-17-openjdk-amd64
-
TSK_JAVA_LIB_PATH
:
$SNAPCRAFT_STAGE/usr/local/share/java
override-build
:
|
-
override-build
:
|
# ----- BUILD ZIP -----
AUTOPSY_SRC_PATH=$(pwd)
NETBEANS_PLAT_VER=$(grep "netbeans-plat-version=" "$AUTOPSY_SRC_PATH/nbproject/platform.properties" | cut -d'=' -f2)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment