Skip to content

Commit

Permalink
Merge pull request #124 from luarocks/deploy-manifest-5.3
Browse files Browse the repository at this point in the history
deploy manifest-5.3 to mirrors as well
  • Loading branch information
hishamhm committed Dec 18, 2017
2 parents fa5add1 + b5b0342 commit b9b8dd2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/mirror_server_to_disk.moon
Expand Up @@ -63,7 +63,7 @@ download_manifest = (name) ->
os.execute "mv '#{tmp_fname}' #{fname}"
print "done"

for m in *{ "manifest", "manifest-5.1", "manifest-5.2"}
for m in *{ "manifest", "manifest-5.1", "manifest-5.2", "manifest-5.3"}
download_manifest m

for fname in pairs existing_files
Expand Down
2 changes: 1 addition & 1 deletion helpers/mirror.moon
Expand Up @@ -76,7 +76,7 @@ update_manifest_on_disk = (server, dest, force=false) ->
os.execute "mv '#{tmp_fname}' #{fname}"
print "done"

for m in *{ "manifest", "manifest-5.1", "manifest-5.2"}
for m in *{ "manifest", "manifest-5.1", "manifest-5.2", "manifest-5.3"}
download_manifest m

for fname in pairs existing_files
Expand Down

0 comments on commit b9b8dd2

Please sign in to comment.