Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=mxw.git;a=commitdiff;h=ffa24104807e0283c67d81d97ddfc4b0c262b879

commit ffa24104807e0283c67d81d97ddfc4b0c262b879
Author: Miklos Vajna <vmik...@frugalware.org>
Date:   Wed Nov 16 11:35:14 2016 +0100

repo: i686 -> x86_64

diff --git a/events.py b/events.py
index 3a5d0aa..4db8f58 100644
--- a/events.py
+++ b/events.py
@@ -870,7 +870,7 @@ def repo(c, source, target, argv):
ret = git(c, source, target, argv, anon=True, ret=True).strip().split(': ')[1]
repo = ret.split('/')[-1]
c.privmsg(target, "[%s]" % repo)
-       c.privmsg(target, "".join([ret.replace('git clone 
http://frugalware.org/git', 'Server = http://ftp.frugalware.org'), 
"/frugalware-i686"]))
+       c.privmsg(target, "".join([ret.replace('git clone 
http://frugalware.org/git', 'Server = http://ftp.frugalware.org'), 
"/frugalware-x86_64"]))

def unicode_unescape(match):
return match.group().decode('unicode_escape')
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to