Skip to content

Commit

Permalink
moving server
Browse files Browse the repository at this point in the history
  • Loading branch information
James Michael DuPont authored and James Michael DuPont committed Jul 29, 2012
1 parent abfbffc commit 4027b06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions crontab.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1,30,20,40,50,10 * * * * bash /home/h4ck3rm1k3/experiments/wikiteam/runexport.sh
2 changes: 1 addition & 1 deletion dumpgenerator.py
Original file line number Diff line number Diff line change
Expand Up @@ -801,7 +801,7 @@ def push_zip (file):

year = d.year
month= d.month
block= "wikipedia-delete-v2-%0.4d-%02d" % (year, month)
block= "wikipedia-delete-v3-%0.4d-%02d" % (year, month)
print "going to use %s" % block
conn = boto.connect_s3(host='s3.us.archive.org', is_secure=False)
bucket = conn.get_bucket(block)
Expand Down

0 comments on commit 4027b06

Please sign in to comment.