mbox

[dbscripts,v2,0/3] Misc touchup

Message ID 20180223021541.15416-1-lukeshu@lukeshu.com
Headers show

Message

Luke Shumaker Feb. 23, 2018, 2:15 a.m. UTC
From: Luke Shumaker <lukeshu@parabola.nu>

These are a few minor unrelated touch-ups that I noticed when doing
the PKGEXT work.  There's no real theme to them.

v2:
 - Use Bash 4.4 feature to avoid introducing temporary variables in
   the printf commit
 - Mention splitting declaring and setting the result variable in the
   __getCheckSum commit message.

Luke Shumaker (3):
  test: common.bash:__getCheckSum: Don't rely on IFS
  test: Fixup glob matching
  Update messages to make fuller use of printf formatters

 cron-jobs/ftpdir-cleanup       |  8 ++++----
 cron-jobs/integrity-check      |  2 +-
 cron-jobs/sourceballs          |  8 ++++----
 db-functions                   |  4 ++--
 db-move                        |  4 ++--
 db-remove                      |  2 +-
 db-repo-add                    |  2 +-
 db-repo-remove                 |  2 +-
 db-update                      |  2 +-
 test/cases/ftpdir-cleanup.bats |  4 ++--
 test/cases/sourceballs.bats    |  4 ++--
 test/lib/common.bash           | 17 ++++++++++++++---
 testing2x                      |  2 +-
 13 files changed, 36 insertions(+), 25 deletions(-)