summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorItamar Haber <itamar@redislabs.com>2020-07-10 16:22:58 +0300
committerGitHub <noreply@github.com>2020-07-10 16:22:58 +0300
commita6504a16f70511c06bd5460b7cdfee6247cb09a6 (patch)
treeed0a47f5c181e8bfc046d0d9bd6b7da64cf98e0a /utils
parent91d309681cf9db8c3b8d4f2d828c336cff661efb (diff)
parentd5648d617e1ed5b9cfa575ad412bc9d450b16afd (diff)
downloadredis-conduct.tar.gz
Merge branch 'unstable' into conductconduct
Diffstat (limited to 'utils')
-rwxr-xr-xutils/generate-command-help.rb2
-rwxr-xr-xutils/releasetools/changelog.tcl2
2 files changed, 2 insertions, 2 deletions
diff --git a/utils/generate-command-help.rb b/utils/generate-command-help.rb
index 29acef69d..e57acf4b9 100755
--- a/utils/generate-command-help.rb
+++ b/utils/generate-command-help.rb
@@ -53,7 +53,7 @@ def commands
require "json"
require "uri"
- url = URI.parse "https://raw.githubusercontent.com/antirez/redis-doc/master/commands.json"
+ url = URI.parse "https://raw.githubusercontent.com/redis/redis-doc/master/commands.json"
client = Net::HTTP.new url.host, url.port
client.use_ssl = true
response = client.get url.path
diff --git a/utils/releasetools/changelog.tcl b/utils/releasetools/changelog.tcl
index 06e38ba99..2288794bb 100755
--- a/utils/releasetools/changelog.tcl
+++ b/utils/releasetools/changelog.tcl
@@ -30,6 +30,6 @@ append template [exec git log $branch~$count..$branch "--format=format:%an in co
#Older, more verbose version.
#
-#append template [exec git log $branch~30..$branch "--format=format:+-------------------------------------------------------------------------------%n| %s%n| By %an, %ai%n+--------------------------------------------------------------------------------%nhttps://github.com/antirez/redis/commit/%H%n%n%b" --stat]
+#append template [exec git log $branch~30..$branch "--format=format:+-------------------------------------------------------------------------------%n| %s%n| By %an, %ai%n+--------------------------------------------------------------------------------%nhttps://github.com/redis/redis/commit/%H%n%n%b" --stat]
puts $template