Commit Graph

44 Commits (33a93fd76a9a6b1df79c9776e8f4f55ec6f0dea0)

Author SHA1 Message Date
emijrp 33a93fd76a delay 1 second 5 years ago
emijrp 8785d11b6a adding main() and minor changes 8 years ago
Federico Leva f46b60a4b6 Issue 97: Add new siteinfo.json to the archived 7z 10 years ago
nemobis d2bad95916 On Arch 'python' is 3, rely on shebang
git-svn-id: https://wikiteam.googlecode.com/svn/trunk@977 31edc4fc-5e31-b4c4-d58b-c8bc928bcb95
10 years ago
nemobis 575c9dd3ea Issue 85: more cross-platform shebang on all scripts... for real, meh
git-svn-id: https://wikiteam.googlecode.com/svn/trunk@964 31edc4fc-5e31-b4c4-d58b-c8bc928bcb95
10 years ago
nemobis e61ed576ac Issue 85: more cross-platform shebang on all scripts
git-svn-id: https://wikiteam.googlecode.com/svn/trunk@963 31edc4fc-5e31-b4c4-d58b-c8bc928bcb95
10 years ago
nemobis 4a5c91d471 Typo in filename
git-svn-id: https://wikiteam.googlecode.com/svn/trunk@947 31edc4fc-5e31-b4c4-d58b-c8bc928bcb95
10 years ago
nemobis bab70e31c0 Use temporary name for history archive too to avoid conflicts
git-svn-id: https://wikiteam.googlecode.com/svn/trunk@944 31edc4fc-5e31-b4c4-d58b-c8bc928bcb95
10 years ago
nemobis 54f9798be0 Mark staging 7z files as .tmp to avoid uploading them by mistake
git-svn-id: https://wikiteam.googlecode.com/svn/trunk@938 31edc4fc-5e31-b4c4-d58b-c8bc928bcb95
10 years ago
nemobis 776038666f Issue 72: revert r857, just define everything in launcher.py
git-svn-id: https://wikiteam.googlecode.com/svn/trunk@860 31edc4fc-5e31-b4c4-d58b-c8bc928bcb95
11 years ago
nemobis 69b00964c8 Add a comment on delay
git-svn-id: https://wikiteam.googlecode.com/svn/trunk@856 31edc4fc-5e31-b4c4-d58b-c8bc928bcb95
11 years ago
nemobis 577e8034e6 ahem syntax
git-svn-id: https://wikiteam.googlecode.com/svn/trunk@853 31edc4fc-5e31-b4c4-d58b-c8bc928bcb95
11 years ago
nemobis 6966ba5918 subprocess.check_output is not supported in python 2.6, let's not dieYes, some are still on python 2.6; even 3.2.46-grbfs-kapsi it seems.
git-svn-id: https://wikiteam.googlecode.com/svn/trunk@852 31edc4fc-5e31-b4c4-d58b-c8bc928bcb95
11 years ago
nemobis 0eb4913f89 Requires python 2.7 or more (for subprocess.check_output)
git-svn-id: https://wikiteam.googlecode.com/svn/trunk@850 31edc4fc-5e31-b4c4-d58b-c8bc928bcb95
11 years ago
nemobis 8ef08bbe28 Issue 67: launcher.py fails to 7z completed dumps (also get rid of some os.system)
git-svn-id: https://wikiteam.googlecode.com/svn/trunk@849 31edc4fc-5e31-b4c4-d58b-c8bc928bcb95
11 years ago
nemobis d289c563b1 Link to https://code.google.com/p/wikiteam/wiki/NewTutorial#Download_a_list_of_wikis
git-svn-id: https://wikiteam.googlecode.com/svn/trunk@848 31edc4fc-5e31-b4c4-d58b-c8bc928bcb95
11 years ago
abuie ccf6ecf5ed Extra large indentation (oops)
git-svn-id: https://wikiteam.googlecode.com/svn/trunk@779 31edc4fc-5e31-b4c4-d58b-c8bc928bcb95
12 years ago
nemobis 1990ef0d6a Fix bug introduced in r676.
Traceback (most recent call last):
  File "launcher.py", line 98, in <module>
    os.system('7z a -ms=off ../%s-history.xml.7z %s-history.xml %s-titles.txt index.html Special:Version.html errors.log' % (prefix, prefix, prefix, prefix))
TypeError: not all arguments converted during string formatting

git-svn-id: https://wikiteam.googlecode.com/svn/trunk@778 31edc4fc-5e31-b4c4-d58b-c8bc928bcb95
12 years ago
Hydriz 8cad43dfb6 Does not compress, but still, moving %s-images.txt to the fulldump compressing command as it rightfully belongs there
git-svn-id: https://wikiteam.googlecode.com/svn/trunk@676 31edc4fc-5e31-b4c4-d58b-c8bc928bcb95
12 years ago
nemobis 78a07544ed Per emijrp, removing config.txt from archive.
git-svn-id: https://wikiteam.googlecode.com/svn/trunk@662 31edc4fc-5e31-b4c4-d58b-c8bc928bcb95
12 years ago
nemobis 6c68a2f5e8 Undefined variable sometimes (for instance if no index.php has been found).
git-svn-id: https://wikiteam.googlecode.com/svn/trunk@651 31edc4fc-5e31-b4c4-d58b-c8bc928bcb95
12 years ago
nemobis 4e94d76578 Added simple check before compression, seems to work.
git-svn-id: https://wikiteam.googlecode.com/svn/trunk@648 31edc4fc-5e31-b4c4-d58b-c8bc928bcb95
12 years ago
emijrp 7cdf391b74 working on the uploader to Internet Archive S3; launcher.py now do not explore subdirectories, just the current one '.'
git-svn-id: https://wikiteam.googlecode.com/svn/trunk@613 31edc4fc-5e31-b4c4-d58b-c8bc928bcb95
12 years ago
nemobis 7d487e71ca Reduce CPU usage to create archives, don't create -wikidump if there's no images directory.
git-svn-id: https://wikiteam.googlecode.com/svn/trunk@594 31edc4fc-5e31-b4c4-d58b-c8bc928bcb95
12 years ago
emijrp 12a6e5d9c4 spaces
git-svn-id: https://wikiteam.googlecode.com/svn/trunk@592 31edc4fc-5e31-b4c4-d58b-c8bc928bcb95
12 years ago
nemobis 5f0e414ae5 Added a couple basic checks of the archives' content. No action follows, as for everything else here.
git-svn-id: https://wikiteam.googlecode.com/svn/trunk@589 31edc4fc-5e31-b4c4-d58b-c8bc928bcb95
12 years ago
nemobis 8763bdf045 typo
git-svn-id: https://wikiteam.googlecode.com/svn/trunk@571 31edc4fc-5e31-b4c4-d58b-c8bc928bcb95
12 years ago
emijrp 086e9e6573 launcher.py
git-svn-id: https://wikiteam.googlecode.com/svn/trunk@560 31edc4fc-5e31-b4c4-d58b-c8bc928bcb95
12 years ago
emijrp 54e8b1ed91 launcher.py
git-svn-id: https://wikiteam.googlecode.com/svn/trunk@559 31edc4fc-5e31-b4c4-d58b-c8bc928bcb95
12 years ago
emijrp b7a015a458 launcher.py
git-svn-id: https://wikiteam.googlecode.com/svn/trunk@516 31edc4fc-5e31-b4c4-d58b-c8bc928bcb95
12 years ago
emijrp e7696d8554 launcher.py
git-svn-id: https://wikiteam.googlecode.com/svn/trunk@515 31edc4fc-5e31-b4c4-d58b-c8bc928bcb95
12 years ago
emijrp f0e63e6187 launcher.py
git-svn-id: https://wikiteam.googlecode.com/svn/trunk@514 31edc4fc-5e31-b4c4-d58b-c8bc928bcb95
12 years ago
emijrp 2893df1b40 launcher.py
git-svn-id: https://wikiteam.googlecode.com/svn/trunk@513 31edc4fc-5e31-b4c4-d58b-c8bc928bcb95
12 years ago
emijrp 5344294127 launcher.py
git-svn-id: https://wikiteam.googlecode.com/svn/trunk@508 31edc4fc-5e31-b4c4-d58b-c8bc928bcb95
12 years ago
emijrp 7dbf7f752d launcher.py
git-svn-id: https://wikiteam.googlecode.com/svn/trunk@507 31edc4fc-5e31-b4c4-d58b-c8bc928bcb95
12 years ago
emijrp 155189fc95 launcher.py
git-svn-id: https://wikiteam.googlecode.com/svn/trunk@505 31edc4fc-5e31-b4c4-d58b-c8bc928bcb95
12 years ago
emijrp dd4351849d launcher.py
git-svn-id: https://wikiteam.googlecode.com/svn/trunk@504 31edc4fc-5e31-b4c4-d58b-c8bc928bcb95
12 years ago
emijrp 085b05a19d launcher.py
git-svn-id: https://wikiteam.googlecode.com/svn/trunk@503 31edc4fc-5e31-b4c4-d58b-c8bc928bcb95
12 years ago
emijrp bae6687752 launcher.py
git-svn-id: https://wikiteam.googlecode.com/svn/trunk@502 31edc4fc-5e31-b4c4-d58b-c8bc928bcb95
12 years ago
emijrp bc86e0a900 launcher.py
git-svn-id: https://wikiteam.googlecode.com/svn/trunk@501 31edc4fc-5e31-b4c4-d58b-c8bc928bcb95
12 years ago
emijrp 2e8755d4c9 prefix generator in launcher
git-svn-id: https://wikiteam.googlecode.com/svn/trunk@500 31edc4fc-5e31-b4c4-d58b-c8bc928bcb95
12 years ago
emijrp 5057a8c239 wow, stupid error, lists contain /api.php in urls, not needed here
git-svn-id: https://wikiteam.googlecode.com/svn/trunk@498 31edc4fc-5e31-b4c4-d58b-c8bc928bcb95
12 years ago
emijrp c10942aba8 removing ../
git-svn-id: https://wikiteam.googlecode.com/svn/trunk@451 31edc4fc-5e31-b4c4-d58b-c8bc928bcb95
12 years ago
emijrp 2df1ffa9a0 launcher for batch downloads
git-svn-id: https://wikiteam.googlecode.com/svn/trunk@446 31edc4fc-5e31-b4c4-d58b-c8bc928bcb95
12 years ago