Skip to content

Commit

Permalink
fixed typos in package name [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
AFourmont committed Feb 10, 2020
1 parent 289608d commit 5642ad9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
9 changes: 1 addition & 8 deletions etc/jenkins/deployDEB-ffpetsc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,7 @@ VERSION=`grep AC_INIT configure.ac | cut -d"," -f2`
RELEASE_TAG_NAME="v$VERSION"
distrib=`uname -s`-`uname -r`

##if [ "$distrib" == "Linux-4.4.0-166-generic" ]; then
# 16.04
DISTRIB="Ubuntu"
##elif [ "$distrib" == "Linux-4.15.0-51-generic" ]; then
# 18.04
##DISTRIB="Ubuntu_18.04"
##fi


DEB_NAME="freefem_${VERSION}_withPETSc_amd64"
GH_DEB_NAME="FreeFEM_${VERSION}_${DISTRIB}_withPETSc_amd64.deb"
Expand Down Expand Up @@ -89,6 +82,6 @@ fi

# clean the VM
rm -rf $DEB_NAME
rm -rf $GH_DEB_NAME
rm $GH_DEB_NAME

. ./bin/uninstall-ff++
4 changes: 2 additions & 2 deletions etc/jenkins/deployDEB.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ distrib=`uname -s`-`uname -r`

DISTRIB="Ubuntu"

DEB_NAME="freefem_${VERSION}-1_amd64.deb"
DEB_NAME="freefem_${VERSION}-1_amd64"
GH_DEB_NAME="FreeFEM_${VERSION}_${DISTRIB}_amd64.deb"

## DEB build
Expand Down Expand Up @@ -79,6 +79,6 @@ fi

# clean the VM
rm -rf $DEB_NAME
rm -rf $GH_DEB_NAME
rm $GH_DEB_NAME

. ./bin/uninstall-ff++

0 comments on commit 5642ad9

Please sign in to comment.