]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
- s/pld.org.pl/pld-linux.org/
authormisi3k <misi3k@pld-linux.org>
Sun, 25 May 2003 01:08:43 +0000 (01:08 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    adapter.awk -> 1.116

adapter.awk

index bf7d62c8eb3374468207b3d45660064b26ed5ffb..4a328c1b4508b7304bb0cdf4fe6ef2245cac7e2c 100644 (file)
@@ -275,7 +275,7 @@ defattr == 1 {
        # There should be some CVS keywords on the first line of %changelog.
        if (boc == 3) {
                if (!/PLD Team/)
-                       print "* %{date} PLD Team <feedback@pld.org.pl>" > changelog_file
+                       print "* %{date} PLD Team <feedback@pld-linux.org>" > changelog_file
                else
                        skip = 1
                boc = 2
@@ -283,7 +283,7 @@ defattr == 1 {
        if (boc == 2 && !skip) {
                if (!/All persons listed below/) {
                        printf "All persons listed below can be reached at " > changelog_file
-                       print "<cvs_login>@pld.org.pl\n" > changelog_file
+                       print "<cvs_login>@pld-linux.org\n" > changelog_file
                } else
                        skip = 1
                boc = 1
This page took 0.05712 seconds and 4 git commands to generate.