Updated ansible and make deb

This commit is contained in:
Trial97
2020-02-06 15:31:49 +02:00
committed by Dan Christian Bogos
parent 98856a383f
commit 362301b3c1
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
Origin: apt.cgrates.org
Label: apt.cgrates.org
Suite: stable
Codename: v0.10
Codename: v0.10.0
Architectures: amd64
Components: main
Description: CGRateS v0.10.0 APT repository

View File

@@ -1,4 +1,4 @@
DISTRIBUTION ?= nightly
DISTRIBUTION ?= stable
GIT_COMMIT=$(shell git log -n1 --format=format:%h)
GIT_DATE=$(shell date +%Y%m%d%H%M%S --date="@$(shell git log -n1 --format=format:%ct)")