]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(announcement): Output all URLs for detached
authorJim Meyering <jim@meyering.net>
Sun, 6 Oct 2002 06:12:12 +0000 (06:12 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 6 Oct 2002 06:12:12 +0000 (06:12 +0000)
signatures, not just the last one from the previous loop.

Makefile.maint

index 96f0e724e133630f423c61e3f6512ce699922112..e9dab79675282f70600cb7037b1098d810ac067a 100644 (file)
@@ -248,8 +248,11 @@ announcement: NEWS ChangeLog $(rel-files)
          done; \
          echo; \
          echo "Here are GPG detached signatures:"; \
+         echo; \
+         for url in $(url_dir_list); do \
            echo "  $$url/$(my_distdir).tar.gz.sig"; \
            echo "  $$url/$(my_distdir).tar.bz2.sig"; \
+         done; \
          echo; \
          echo "Here are the MD5 and SHA1 signatures:"; \
          echo; \