From a547fda13224b29cc9d5e0b4d5038ad735d8ede1 Mon Sep 17 00:00:00 2001 From: simonzhangsz Date: Fri, 1 Nov 2024 15:21:01 +0800 Subject: [PATCH] add version tag for multi-tenant --- .gitignore | 4 +++- build.sh | 2 +- debbuild/22.04/DEBIAN/control | 2 +- debbuild/DEBIAN/control | 2 +- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 741943e..43b859c 100644 --- a/.gitignore +++ b/.gitignore @@ -18,5 +18,7 @@ docs/temp/ # build and release package build/ -debbuild/ +debbuild +!debbuild/22.04/DEBIAN +!debbuild/DEBIAN release/ diff --git a/build.sh b/build.sh index 5a6f761..fc49eb3 100755 --- a/build.sh +++ b/build.sh @@ -69,7 +69,7 @@ RpmArch=`arch` RpmsDir=${EmsBuildRoot}/rpmbuild/RPMS/ ReleaseDir=${EmsBuildRoot}/release DumpToolDir=${EmsBEDir}/tools/misc -ProjectTag=multi-tenancy +ProjectTag="" BuildDir=${EmsBuildRoot}/build CustomizedDir=${EmsBuildRoot}/customized diff --git a/debbuild/22.04/DEBIAN/control b/debbuild/22.04/DEBIAN/control index 3ef07f8..31380b8 100644 --- a/debbuild/22.04/DEBIAN/control +++ b/debbuild/22.04/DEBIAN/control @@ -1,5 +1,5 @@ Package: OMC -Version: 2.2410.2-YYYYMMDD +Version: 2.2410.2-YYYYMMDD-mt Section: AGrandTech Prioritt: optional Architecture: amd64 diff --git a/debbuild/DEBIAN/control b/debbuild/DEBIAN/control index 3ef07f8..31380b8 100644 --- a/debbuild/DEBIAN/control +++ b/debbuild/DEBIAN/control @@ -1,5 +1,5 @@ Package: OMC -Version: 2.2410.2-YYYYMMDD +Version: 2.2410.2-YYYYMMDD-mt Section: AGrandTech Prioritt: optional Architecture: amd64