commit 1e3cf3c35d057968dfe40d7d3eef1c5c24ade872
Author: Richard Shaw <hobbes1069(a)gmail.com>
Date: Sat Jul 21 07:50:39 2018 -0500
Remove f26 target from helper script.
update_fixes.sh | 2 --
1 file changed, 2 deletions(-)
---
diff --git a/update_fixes.sh b/update_fixes.sh
index 0bd89df..a7b58af 100755
--- a/update_fixes.sh
+++ b/update_fixes.sh
@@ -32,6 +32,4 @@ git checkout f28 && git merge master && git push
&& rfpkg build --nowait; git ch
echo Press enter to continue; read dummy;
git checkout f27 && git merge master && git push && rfpkg build
--nowait; git checkout master
echo Press enter to continue; read dummy;
-git checkout f26 && git merge master && git push && rfpkg build
--nowait; git checkout master
-echo Press enter to continue; read dummy;
git checkout el7 && git merge master && git push && rfpkg build
--nowait; git checkout master