This repository has been archived on 2025-09-06. You can view files and clone it, but cannot push or open issues/pull-requests.
container-images/sync.sh

11 lines
242 B
Bash

#!/bin/sh
export FEATURES='-ipc-sandbox -network-sandbox -pid-sandbox'
if [ ! -e /var/db/repos/gentoo/metadata ]; then
emaint sync
fi
if [ "$(find /var/db/repos/gentoo -newermt '-24 hours' | wc -l)" -eq 0 ]; then
emerge-webrsync
fi