You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by se...@apache.org on 2020/12/16 16:56:52 UTC

[whimsy] branch master updated: Letsencrypt is part of system install now

This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git


The following commit(s) were added to refs/heads/master by this push:
     new f006f98  Letsencrypt is part of system install now
f006f98 is described below

commit f006f9869e028ed57c0433ed9505d474d8da2239
Author: Sebb <se...@apache.org>
AuthorDate: Wed Dec 16 16:56:42 2020 +0000

    Letsencrypt is part of system install now
---
 Rakefile       | 4 ----
 repository.yml | 4 ----
 2 files changed, 8 deletions(-)

diff --git a/Rakefile b/Rakefile
index 4fe359d..6e8e2e0 100644
--- a/Rakefile
+++ b/Rakefile
@@ -312,10 +312,6 @@ namespace :git do
             puts "Skipping git:pull of #{name} because no details were found"
             next
           end
-          if name == 'letsencrypt' and not `which certbot`.empty?
-            puts "Skipping git:pull of #{name} because certbot is installed"
-            next
-          end
           branch = description['branch']
 
           puts
diff --git a/repository.yml b/repository.yml
index ad86a7e..fcd2c6b 100644
--- a/repository.yml
+++ b/repository.yml
@@ -5,10 +5,6 @@
 ---
 :git:
 
-  letsencrypt:
-    url: https://github.com/letsencrypt/letsencrypt
-    depth: 1
-
   # For ruby2js demo only (see www/ruby2js.cgi)
   ruby2js:
     url: https://github.com/rubys/ruby2js.git