Update comment references from 'debs' to 'packages'.
authorWard Vandewege <ward@curoverse.com>
Fri, 26 Jun 2015 19:41:47 +0000 (15:41 -0400)
committerWard Vandewege <ward@curoverse.com>
Fri, 26 Jun 2015 19:41:47 +0000 (15:41 -0400)
refs #6389

jenkins/run-build-packages.sh

index d76fa07e91fb3847eb9f48c3ea95db4e63e38646..df0a85291a74dd8ebaec6ff5a9a441a546d8190d 100755 (executable)
@@ -237,7 +237,7 @@ handle_python_package () {
   fi
 }
 
-# Build debs for everything
+# Build packages for everything
 fpm_build_and_scp () {
   # The package source.  Depending on the source type, this can be a
   # path, or the name of the package in an upstream repository (e.g.,
@@ -316,7 +316,7 @@ fpm_build_and_scp () {
   fpm_verify_and_scp $FPM_EXIT_CODE $FPM_RESULTS
 }
 
-# verify build results and scp debs, if needed
+# verify build results and scp packages, if needed
 fpm_verify_and_scp () {
   FPM_EXIT_CODE=$1
   shift