Update deb_packages ansible playbook

Replaced the 'nightly' distribution configuration with  'master'. This
change may trigger an unused database error. Resolve it by either
running `reprepro clearvanished` (removing 'nightly' completely) or
re-adding and maintaining the 'nightly' configuration alongside
'master'.
This commit is contained in:
ionutboangiu
2023-10-02 11:37:37 -04:00
committed by Dan Christian Bogos
parent d396da9214
commit d003b8c2ae
7 changed files with 67 additions and 75 deletions

View File

@@ -1,7 +1,7 @@
GIT_TAG_LOG=$(shell git tag -l --points-at HEAD)
DISTRIBUTION ?= nightly
DISTRIBUTION ?= master
ifneq ($(GIT_TAG_LOG),)
DISTRIBUTION := stable