Skip to content

Commit

Permalink
The debs now have proper names
Browse files Browse the repository at this point in the history
aka package_version_architecture.deb
  • Loading branch information
egli committed Dec 5, 2013
1 parent 1a0f56f commit 1a42dfa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apache/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ if [[ $? != 0 ]] ; then
exit 1
fi

DP2_PACKAGE=`ls -rt $DP2_PACKAGE_ROOT/daisy-pipeline2-[0-9].[0-9]-SNAPSHOT.deb|tail -1`
ODT_PACKAGE=`ls -rt $ODT_PACKAGE_ROOT/dtbook-to-odt-[0-9].[0-9].[0-9]-SNAPSHOT.deb|tail -1`
HYPHENATION_TABLES_PACKAGE=`ls -rt $HYPHENATION_TABLES_ROOT/../sbs-hyphenation-tables_*.deb|tail -1`
DP2_PACKAGE=`ls -rt $DP2_PACKAGE_ROOT/daisy-pipeline2_*_all.deb|tail -1`
ODT_PACKAGE=`ls -rt $ODT_PACKAGE_ROOT/dtbook-to-odt_*_all.deb|tail -1`
HYPHENATION_TABLES_PACKAGE=`ls -rt $HYPHENATION_TABLES_ROOT/target/sbs-hyphenation-tables_*_all.deb|tail -1`
TCOLORBOX_PACKAGE=`ls -rt $DEBIAN_PACKAGES_ROOT/tcolorbox_*_all.deb|tail -1`

function is_newer_locally() {
Expand Down

0 comments on commit 1a42dfa

Please sign in to comment.