commit bot bekommt Daten von stdin

This commit is contained in:
Jörg Thalheim 2013-10-31 20:21:43 +01:00
parent 64ae157c7b
commit bbce80de72
1 changed files with 3 additions and 3 deletions

View File

@ -3,9 +3,9 @@
require 'xmpp4r' require 'xmpp4r'
require 'xmpp4r/muc/helper/simplemucclient' require 'xmpp4r/muc/helper/simplemucclient'
#refname = ARGV[0] oldrev = gets.chomp
oldrev = ARGV[1] newrev = gets.chomp
newrev = ARGV[2] refname = gets.chomp
user = ENV['GL_USER'] user = ENV['GL_USER']
@jabber_id= "git@higgsboson.tk" @jabber_id= "git@higgsboson.tk"