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/muc/helper/simplemucclient'
#refname = ARGV[0]
oldrev = ARGV[1]
newrev = ARGV[2]
oldrev = gets.chomp
newrev = gets.chomp
refname = gets.chomp
user = ENV['GL_USER']
@jabber_id= "git@higgsboson.tk"