mirror of
https://github.com/xcat2/confluent.git
synced 2026-06-10 01:53:09 +00:00
Set name/email for debian builds
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
#!/bin/bash
|
||||
cd `dirname $0`
|
||||
export DEBFULLNAME="Lenovo HPC"
|
||||
export DEBEMAIL="hpchelp@lenovo.com"
|
||||
PKGNAME=$(basename $(pwd))
|
||||
DPKGNAME=$(basename $(pwd) | sed -e s/_/-/)
|
||||
OPKGNAME=$(basename $(pwd) | sed -e s/_/-/)
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
#!/bin/bash
|
||||
set -x
|
||||
export DEBFULLNAME="Lenovo HPC"
|
||||
export DEBEMAIL="hpchelp@lenovo.com"
|
||||
cd `dirname $0`
|
||||
PKGNAME=$(basename $(pwd))
|
||||
DPKGNAME=$(basename $(pwd) | sed -e s/_/-/)
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
#!/bin/bash
|
||||
export DEBFULLNAME="Lenovo HPC"
|
||||
export DEBEMAIL="hpchelp@lenovo.com"
|
||||
VERSION=`git describe|cut -d- -f 1`
|
||||
NUMCOMMITS=`git describe|cut -d- -f 2`
|
||||
if [ "$NUMCOMMITS" != "$VERSION" ]; then
|
||||
|
||||
Reference in New Issue
Block a user