File: cache-refresh

package info (click to toggle)
appstream 0.16.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 15,140 kB
  • sloc: ansic: 46,770; xml: 10,353; cpp: 3,864; sh: 252; python: 232; makefile: 18
file content (10 lines) | stat: -rwxr-xr-x 239 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh
# autopkgtest check: Build the data cache, ensure no errors happen while doing that.
# (c) 2015 Matthias Klumpp <mak@debian.org>
set -e

export G_DEBUG=fatal-warnings

appstreamcli refresh-cache --force --verbose

echo "run: OK"