From 7dc42ca3e747ce907f889640f56d33191f22a8aa Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Fri, 27 Jun 2014 17:12:11 +0200 Subject: Show the upload date and time for winbuilder --- GNUmakefile | 1 + 1 file changed, 1 insertion(+) diff --git a/GNUmakefile b/GNUmakefile index cbcb241a..d4a48118 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -102,6 +102,7 @@ move-sd: # Packaging Tasks #------------------------------------------------------------------------------ winbuilder: build + date @echo "Uploading to R-release on win-builder" curl -T $(TGZ) ftp://anonymous@win-builder.r-project.org/R-release/ @echo "Uploading to R-devel on win-builder" -- cgit v1.2.1