[neon/infrastructure/pangea-gemstash] /: change box to stash

Carlos De Maine null at kde.org
Fri May 26 02:35:40 BST 2023


Git commit 7b136329b4bb5732f6d1ba3c9b6262742375829c by Carlos De Maine.
Committed on 26/05/2023 at 00:59.
Pushed by carlosdem into branch 'master'.

change box to stash

M  +1    -1    build_gem.rb

https://invent.kde.org/neon/infrastructure/pangea-gemstash/-/commit/7b136329b4bb5732f6d1ba3c9b6262742375829c

diff --git a/build_gem.rb b/build_gem.rb
index 955c94d..fb5c138 100644
--- a/build_gem.rb
+++ b/build_gem.rb
@@ -93,7 +93,7 @@ Dir.mktmpdir do |tmpdir|
   raise "Fetched too many gems #{gems}" if gems.size > 1
 
   if !gems.empty? && File.basename(gems[0]) == File.basename(gem_file)
-    puts "Gem already exists in the box #{gem_files}"
+    puts "Gem already exists in the stash #{gem_files}"
     exit
   elsif !gems.empty?
     # Our _new_ version should be greater than the fetched one.



More information about the Neon-commits mailing list