From 02ce21ec121885d1f65a62277d96a184ffa4e552 Mon Sep 17 00:00:00 2001 From: Simon Morlat Date: Mon, 4 Nov 2019 15:06:36 +0100 Subject: [PATCH] Make flexisip-account-manager rpm to be deployed publicly. --- .gitlab-ci.yml | 2 +- flexisip-account-manager.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a672f8a..f7b3dd5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,7 +4,7 @@ variables: DEPLOY_SERVER: buildbot@www.linphone.org - CENTOS7_DEPLOY_DIRECTORY: snapshots-private/centos7 + CENTOS7_DEPLOY_DIRECTORY: snapshots/centos7 job-centos7-rpm: diff --git a/flexisip-account-manager.spec b/flexisip-account-manager.spec index 09febc8..909579d 100644 --- a/flexisip-account-manager.spec +++ b/flexisip-account-manager.spec @@ -8,7 +8,7 @@ #%define _datadir %{_datarootdir} #%define _docdir %{_datadir}/doc -%define build_number 9 +%define build_number 10 #%if %{build_number} #%define build_number_ext -%{build_number} #%endif