Skip to content

Commit

Permalink
Updates for 1.46 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
dvorka committed Sep 2, 2018
1 parent 1be104f commit 2d424ec
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion build/debian/debian-aptly-add-deb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ echo "See 'MindForger Release Guide#Debian and my PPA' notebook for detailed ste
#aptly snapshot drop mf-test-snapshot

# create snapshot in the time of release - note release NAME
#aptly snapshot create mindforger-1.42.0 from repo mindforger-com-ppa
#aptly snapshot create mindforger-1.46.0-snapshot from repo mindforger-com-ppa

# show published snapshots
#aptly publish list
Expand Down
4 changes: 2 additions & 2 deletions build/debian/debian-make-deb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,8 @@ function buildDebPackage() {
# 3) create source deb
#
# 3.1) build deb
# build SIGNED source deb package
dpkg-buildpackage --source
# build source deb package
dpkg-buildpackage -S
pushd .. && mkdir -v deb-source && cp -vf *.dsc *.changes *.deb deb-source && popd
}

Expand Down
7 changes: 3 additions & 4 deletions build/ubuntu/ubuntu-launchpad-releases.sh
Original file line number Diff line number Diff line change
Expand Up @@ -202,10 +202,9 @@ export ARG_MAJOR_VERSION=1.46.
export ARG_MINOR_VERSION=0 # minor version is incremented for every Ubuntu version

# https://wiki.ubuntu.com/Releases
# old: precise quantal saucy precise utopic vivid wily yakkety
# current: trusty xenial artful bionic
# MF supported (trusty has old GCC): xenial artful bionic
for UBUNTU_VERSION in bionic artful xenial
# old: precise quantal saucy precise utopic vivid wily yakkety trusty (old GCC) artful
# current: xenial bionic
for UBUNTU_VERSION in bionic xenial
do
echo "Releasing MF for Ubuntu version: ${UBUNTU_VERSION}"
releaseForParticularUbuntuVersion ${UBUNTU_VERSION} ${ARG_MAJOR_VERSION}${ARG_MINOR_VERSION} "${ARG_BAZAAR_MSG}"
Expand Down

0 comments on commit 2d424ec

Please sign in to comment.