~intrahealth+informatics/ihris-manage/4.3-release

« back to all changes in this revision

Viewing changes to packaging-site-blank/create-deb.sh

  • Committer: Nobert Mijumbi
  • Date: 2018-04-10 17:10:46 UTC
  • Revision ID: nobertmn@gmail.com-20180410171046-c7if94waafb4jcni
Tags: 4.3.1.2-ubuntu-site-blank-release
"Ubuntu Blank Site Release Version 4.3.1.2"

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
$BZR status
49
49
 
50
50
echo Should we update changelogs, commit under packacing everything and increment to $VERS? [y/n]
51
 
INCVERS="y" 
 
51
read INCVERS
52
52
 
53
53
if [[ "$INCVERS" == "y" || "$INCVERS" == "Y" ]];  then
54
54
    COMMITMSG="Ubuntu Blank Site Release Version $VERS"