lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] master 8d9815ce 1/2: Don't upload fardels automatica


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 8d9815ce 1/2: Don't upload fardels automatically
Date: Wed, 6 Jul 2022 16:18:18 -0400 (EDT)

branch: master
commit 8d9815ce259b35d231e1ee58fa6b282c3a04ec41
Author: Gregory W. Chicares <gchicares@sbcglobal.net>
Commit: Gregory W. Chicares <gchicares@sbcglobal.net>

    Don't upload fardels automatically
    
    Print the upload-to-savannah command instead of executing it. Fardels
    created for internal use or during testing aren't uploaded to savannah:
    publication is an infrequent extra step, and copying and pasting a one-
    line command is easy.
---
 workhorse.make | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/workhorse.make b/workhorse.make
index 1e13ea22..354dd7b4 100644
--- a/workhorse.make
+++ b/workhorse.make
@@ -684,6 +684,8 @@ fardel: install
        +@[ -d $(fardel_dir) ] || $(MKDIR) --parents $(fardel_dir)
        @$(MAKE) --file=$(this_makefile) --directory=$(fardel_dir) wrap_fardel
        @$(ECHO) "Created '$(fardel_name)' archive in '$(fardel_root)'."
+       @$(ECHO) "To upload this fardel to savannah, run this command:"
+       @$(ECHO) "  $(srcdir)/publish.sh $(fardel_root)/$(fardel_name).zip"
 
 .PHONY: wrap_fardel
 wrap_fardel:
@@ -707,7 +709,6 @@ wrap_fardel:
          --directory=$(fardel_root) \
          --file=$(fardel_root)/$(fardel_name).zip \
          $(fardel_name)
-       @-$(srcdir)/publish.sh $(fardel_root)/$(fardel_name).zip
 
 
################################################################################
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]