summaryrefslogtreecommitdiff
path: root/cfg.mk
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2011-11-10 11:54:50 +0100
committerJim Meyering <meyering@redhat.com>2011-11-10 11:54:50 +0100
commit3a91f85ac52dd14131facf18435295d669b062c5 (patch)
tree5b01c238ab6375a6567f0d5d7d6d94b6f454a104 /cfg.mk
parent18126915d78430590591229891f7a00f6f00b5b6 (diff)
downloadparted-3a91f85ac52dd14131facf18435295d669b062c5.tar.gz
maint: adjust the URL that will appear in the generated announcement
* cfg.mk (url_dir_list): Use this http://ftp.gnu.org/gnu/$(PACKAGE) for the first link listed in the generated announcement. announce-gen now provides the faster mirror link automatically. Remove now-unnecessary release-related URLs.
Diffstat (limited to 'cfg.mk')
-rw-r--r--cfg.mk14
1 files changed, 4 insertions, 10 deletions
diff --git a/cfg.mk b/cfg.mk
index f49a57e..744cf23 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -14,19 +14,13 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-# Use alpha.gnu.org for alpha and beta releases.
-# Use ftp.gnu.org for stable releases.
-gnu_ftp_host-alpha = alpha.gnu.org
-gnu_ftp_host-beta = alpha.gnu.org
-gnu_ftp_host-stable = ftp.gnu.org
-gnu_rel_host = $(gnu_ftp_host-$(RELEASE_TYPE))
-
-url_dir_list = \
- ftp://$(gnu_rel_host)/gnu/parted
-
# Used in maint.mk's web-manual rule
manual_title = Parted User's Manual
+# Use the direct link. This is guaranteed to work immediately, while
+# it can take a while for the faster mirror links to become usable.
+url_dir_list = http://ftp.gnu.org/gnu/$(PACKAGE)
+
# Tests not to run as part of "make distcheck".
# Exclude changelog-check here so that there's less churn in ChangeLog
# files -- otherwise, you'd need to have the upcoming version number