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

Remove FITS #356

Merged
merged 1 commit into from
Sep 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion debs/jammy/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ build:
make -C ./archivematica-storage-service
make -C ./archivematica
make -C ./bulk_extractor
make -C ./fits
make -C ./jhove
make -C ./temporal-ui

Expand Down
2 changes: 0 additions & 2 deletions debs/jammy/archivematica/debian-MCPClient/control
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ Depends:
clamav-daemon,
ffmpeg (>= 7:3.0),
libavcodec-extra58,
fits (>= 1.1.0),
gearman,
imagemagick (>=8:6.7.7.10),
inkscape,
Expand All @@ -30,7 +29,6 @@ Depends:
md5deep,
mediaconch (>= 18.03),
mediainfo,
nailgun,
nfs-common,
openjdk-8-jre-headless,
p7zip-full,
Expand Down
2 changes: 0 additions & 2 deletions rpms/EL8/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ all: build createrepo

build:
make -C ./siegfried
make -C ./nailgun
make -C ./fits
make -C ./jhove
make -C ./cadence
make -C ./cadence-web
Expand Down
2 changes: 0 additions & 2 deletions rpms/EL9/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ build:
make -C ./archivematica
make -C ./archivematica-storage-service
make -C ./siegfried
make -C ./nailgun
make -C ./fits
make -C ./jhove
make -C ./cadence
make -C ./cadence-web
Expand Down
1 change: 0 additions & 1 deletion rpms/EL9/archivematica/archivematica.spec
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ Requires: md5deep
Requires: uuid
# Packages from Archivematica repo
Requires: siegfried
Requires: fits
Requires: atool
Requires: jhove
# Packages from https://forensics.cert.org/
Expand Down
2 changes: 0 additions & 2 deletions tests/archivematica/EL9/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,6 @@ sudo -u root bash -c "echo 'ARCHIVEMATICA_MCPCLIENT_MCPCLIENT_SEARCH_ENABLED=${s

sudo -u root systemctl enable archivematica-mcp-client
sudo -u root systemctl start archivematica-mcp-client
sudo -u root systemctl enable fits-nailgun
sudo -u root systemctl start fits-nailgun
sudo -u root systemctl enable clamd@scan
sudo -u root systemctl start clamd@scan

Expand Down
2 changes: 0 additions & 2 deletions tests/archivematica/jammy/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,6 @@ sudo service archivematica-mcp-client restart
sudo service archivematica-storage-service start
sudo service archivematica-dashboard restart
sudo service nginx restart
sudo systemctl enable fits-nailgun
sudo service fits-nailgun start

sudo -u archivematica bash -c " \
set -a -e -x
Expand Down