summaryrefslogtreecommitdiff
path: root/Makefile.maint
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-11-24 08:57:02 +0000
committerJim Meyering <jim@meyering.net>2001-11-24 08:57:02 +0000
commit7fa1528c0f99cdc45bb687abea9d5084e0fc8e6c (patch)
tree9a485998286e49f3e0b123f7f6b565c6c28b5112 /Makefile.maint
parent5073e90886984583efa895f8c8ba998dc969a495 (diff)
downloadcoreutils-7fa1528c0f99cdc45bb687abea9d5084e0fc8e6c.tar.xz
(emit-upload-commands): Rename from emit-rsync-commands.
Output only the package name and the prev and current version numbers.
Diffstat (limited to 'Makefile.maint')
-rw-r--r--Makefile.maint8
1 files changed, 3 insertions, 5 deletions
diff --git a/Makefile.maint b/Makefile.maint
index 4904ff419..fceb479f3 100644
--- a/Makefile.maint
+++ b/Makefile.maint
@@ -289,12 +289,10 @@ wget-update: $(get-targets)
&& $(move_if_change) $$f.t $$f; \
done
-define emit-rsync-commands
+define emit-upload-commands
echo =====================================
echo =====================================
- echo 'for host in $(a_host) $(b_host); do \'
- echo ' rsync -e ssh --pro -av $(xd-delta) $(my_distdir).tar.bz2 \'
- echo ' $(my_distdir).tar.gz $$host:$(real_dir); done'
+ echo upload $(my_distdir) $(PREV_VERSION) $(VERSION)
echo '# send the /tmp/announcement e-mail'
echo =====================================
echo =====================================
@@ -311,4 +309,4 @@ alpha: local-check
chmod a-w $(rel-files)
echo $(VERSION) > $(prev_version_file)
$(CVS) ci -m. $(prev_version_file)
- @$(emit-rsync-commands)
+ @$(emit-upload-commands)