From 16196f7479b2b8b228ba78f5e7287112cb76af04 Mon Sep 17 00:00:00 2001
From: Jeremy Soller <jackpot51@gmail.com>
Date: Sat, 8 Apr 2017 16:56:08 -0600
Subject: [PATCH] Publish on clean build

---
 update-packages.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/update-packages.sh b/update-packages.sh
index cbb620409..e0a4f793c 100755
--- a/update-packages.sh
+++ b/update-packages.sh
@@ -16,6 +16,7 @@ do
     then
         echo "$recipe: building..."
         ./cook.sh $recipe dist
+        publish="${publish} $recipe"
     else
         oldver=$(./cook.sh $recipe gitversion)
         ./cook.sh $recipe fetch
-- 
GitLab