From d17f9887e7117547bb349687164e5b1c5d1adb92 Mon Sep 17 00:00:00 2001 From: "Austin S. Hemmelgarn" Date: Fri, 7 Feb 2020 06:50:35 -0500 Subject: Don't push a commit for i386 RPM builds. (#7989) We're not actually building any i386 RPM packages, and it maes essentially no sense to do so as the various major RPM-based distros don't even really support 32-bit x86 installs anymore. This will actually speed up the builds for the other package types because they won't be competing for CI resources. It will also make the commit history tidier in the repo. --- .travis/trigger_package_generation.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.travis/trigger_package_generation.sh b/.travis/trigger_package_generation.sh index 713679c16f..b58832cf4e 100755 --- a/.travis/trigger_package_generation.sh +++ b/.travis/trigger_package_generation.sh @@ -54,10 +54,4 @@ sleep "${WAIT_TIME}" commit_change "amd64" "RPM" push_change -echo "---- Waiting for ${WAIT_TIME} seconds before triggering next process ----" -sleep "${WAIT_TIME}" - -commit_change "i386" "RPM" -push_change - echo "---- Done! ----" -- cgit v1.2.3