# ------------------------------------------------------------- # FreeBSD repository # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # Project: Nasqueron # License: Trivial work, not eligible to copyright # Source file: roles/freebsd-repo/repo/files/Makefile # ------------------------------------------------------------- # # # This file is managed by our rOPS SaltStack repository. # # Changes to this file may cause incorrect behavior # and will be lost if the state is redeployed. # METADATA=digests.txz meta meta.conf meta.txz packagesite.pkg packagesite.txz data.pkg data.txz # ------------------------------------------------------------- # Main targets # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - all: build-repo clean: rm -f $(METADATA) # ------------------------------------------------------------- # Build targets # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - build-repo: pkg repo . signing_command: sign-freebsd-repo