]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
- fucking typo (damn i'm exposed)
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 13 Sep 2005 11:00:59 +0000 (11:00 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    adapter.awk -> 1.186

adapter.awk

index 6e21ef9281dee20bca664ed587c97b2298bc9d83..4b45aed32095689a03c76856455ed686e4c2c440 100644 (file)
@@ -34,7 +34,7 @@ BEGIN {
        # get cvsaddress for changelog section
        # using rpm macros as too lazy to add ~/.adapterrc parsing support.
        "rpm --eval '%{?_cvsmaildomain}%{!?_cvsmaildomain:@pld-linux.org}'" | getline _cvsmaildomain
-       "rpm --eval '%{?_cvsmailfeedback}%{!?_cvsmailfeedback:PLD Team <rpm@cvs.delfi.ee>}'" | getline _cvsmailfeedback
+       "rpm --eval '%{?_cvsmailfeedback}%{!?_cvsmailfeedback:PLD Team <feedback@pld-linux.org>}'" | getline _cvsmailfeedback
 
        # If 1, we are inside of comment block (started with /^#%/)
        comment_block = 0
This page took 0.119271 seconds and 4 git commands to generate.