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 d293ff9 More files needed
d293ff9 is described below
commit d293ff926317832b5ebb2015705fff6f70e29805
Author: Sebb <[email protected]>
AuthorDate: Mon Jul 20 15:20:55 2020 +0100
More files needed
---
tools/setup_local_repo.rb | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/tools/setup_local_repo.rb b/tools/setup_local_repo.rb
index 8aa9d8d..664dd58 100755
--- a/tools/setup_local_repo.rb
+++ b/tools/setup_local_repo.rb
@@ -40,6 +40,7 @@ svnrepos.each do |name, entry|
end
# for each file, if it does not exist, copy the file from the ASF repo
+ # TODO it might be better to copy from samples
(entry['files'] || []).each do |file|
filepath = File.join(svndir,file)
revision, err = ASF::SVN.getRevision(filepath)
@@ -57,5 +58,8 @@ svnrepos.each do |name, entry|
end
end
end
-
+ # Also need basic versions of:
+ # grants.txt
+ # cclas.txt
+ # Meetings/yyyymmdd/memapp-received.txt where yyyymmdd is within the time
limit
end