2
0
mirror of https://github.com/WikiTeam/wikiteam synced 2024-11-15 00:15:00 +00:00
Commit Graph

41 Commits

Author SHA1 Message Date
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
2014-06-04 11:50:24 +00:00
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
2014-02-26 23:24:05 +00:00
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
2014-02-26 23:23:40 +00:00
nemobis
4a5c91d471 Typo in filename
git-svn-id: https://wikiteam.googlecode.com/svn/trunk@947 31edc4fc-5e31-b4c4-d58b-c8bc928bcb95
2014-02-13 08:51:54 +00:00
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
2014-02-09 18:58:00 +00:00
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
2014-01-31 14:19:15 +00:00
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
2013-11-07 12:24:50 +00:00
nemobis
69b00964c8 Add a comment on delay
git-svn-id: https://wikiteam.googlecode.com/svn/trunk@856 31edc4fc-5e31-b4c4-d58b-c8bc928bcb95
2013-11-05 18:24:08 +00:00
nemobis
577e8034e6 ahem syntax
git-svn-id: https://wikiteam.googlecode.com/svn/trunk@853 31edc4fc-5e31-b4c4-d58b-c8bc928bcb95
2013-11-02 10:09:36 +00:00
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
2013-11-02 09:50:49 +00:00
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
2013-10-28 18:39:50 +00:00
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
2013-10-28 10:20:38 +00:00
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
2013-10-16 18:08:45 +00:00
abuie
ccf6ecf5ed Extra large indentation (oops)
git-svn-id: https://wikiteam.googlecode.com/svn/trunk@779 31edc4fc-5e31-b4c4-d58b-c8bc928bcb95
2012-08-08 22:38:54 +00:00
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
2012-08-08 22:31:09 +00:00
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
2012-05-31 14:32:21 +00:00
nemobis
78a07544ed Per emijrp, removing config.txt from archive.
git-svn-id: https://wikiteam.googlecode.com/svn/trunk@662 31edc4fc-5e31-b4c4-d58b-c8bc928bcb95
2012-05-06 08:06:03 +00:00
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
2012-05-05 11:14:12 +00:00
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
2012-05-05 10:37:25 +00:00
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
2012-04-20 20:57:36 +00:00
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
2012-04-15 12:39:45 +00:00
emijrp
12a6e5d9c4 spaces
git-svn-id: https://wikiteam.googlecode.com/svn/trunk@592 31edc4fc-5e31-b4c4-d58b-c8bc928bcb95
2012-04-15 08:44:27 +00:00
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
2012-04-13 20:43:39 +00:00
nemobis
8763bdf045 typo
git-svn-id: https://wikiteam.googlecode.com/svn/trunk@571 31edc4fc-5e31-b4c4-d58b-c8bc928bcb95
2012-04-09 10:00:29 +00:00
emijrp
086e9e6573 launcher.py
git-svn-id: https://wikiteam.googlecode.com/svn/trunk@560 31edc4fc-5e31-b4c4-d58b-c8bc928bcb95
2012-04-08 19:42:04 +00:00
emijrp
54e8b1ed91 launcher.py
git-svn-id: https://wikiteam.googlecode.com/svn/trunk@559 31edc4fc-5e31-b4c4-d58b-c8bc928bcb95
2012-04-08 19:41:17 +00:00
emijrp
b7a015a458 launcher.py
git-svn-id: https://wikiteam.googlecode.com/svn/trunk@516 31edc4fc-5e31-b4c4-d58b-c8bc928bcb95
2012-04-08 13:22:26 +00:00
emijrp
e7696d8554 launcher.py
git-svn-id: https://wikiteam.googlecode.com/svn/trunk@515 31edc4fc-5e31-b4c4-d58b-c8bc928bcb95
2012-04-08 13:21:06 +00:00
emijrp
f0e63e6187 launcher.py
git-svn-id: https://wikiteam.googlecode.com/svn/trunk@514 31edc4fc-5e31-b4c4-d58b-c8bc928bcb95
2012-04-08 13:19:42 +00:00
emijrp
2893df1b40 launcher.py
git-svn-id: https://wikiteam.googlecode.com/svn/trunk@513 31edc4fc-5e31-b4c4-d58b-c8bc928bcb95
2012-04-08 13:03:09 +00:00
emijrp
5344294127 launcher.py
git-svn-id: https://wikiteam.googlecode.com/svn/trunk@508 31edc4fc-5e31-b4c4-d58b-c8bc928bcb95
2012-04-08 11:15:50 +00:00
emijrp
7dbf7f752d launcher.py
git-svn-id: https://wikiteam.googlecode.com/svn/trunk@507 31edc4fc-5e31-b4c4-d58b-c8bc928bcb95
2012-04-08 11:08:33 +00:00
emijrp
155189fc95 launcher.py
git-svn-id: https://wikiteam.googlecode.com/svn/trunk@505 31edc4fc-5e31-b4c4-d58b-c8bc928bcb95
2012-04-08 09:47:30 +00:00
emijrp
dd4351849d launcher.py
git-svn-id: https://wikiteam.googlecode.com/svn/trunk@504 31edc4fc-5e31-b4c4-d58b-c8bc928bcb95
2012-04-08 09:30:58 +00:00
emijrp
085b05a19d launcher.py
git-svn-id: https://wikiteam.googlecode.com/svn/trunk@503 31edc4fc-5e31-b4c4-d58b-c8bc928bcb95
2012-04-08 09:25:41 +00:00
emijrp
bae6687752 launcher.py
git-svn-id: https://wikiteam.googlecode.com/svn/trunk@502 31edc4fc-5e31-b4c4-d58b-c8bc928bcb95
2012-04-08 09:25:15 +00:00
emijrp
bc86e0a900 launcher.py
git-svn-id: https://wikiteam.googlecode.com/svn/trunk@501 31edc4fc-5e31-b4c4-d58b-c8bc928bcb95
2012-04-08 09:20:24 +00:00
emijrp
2e8755d4c9 prefix generator in launcher
git-svn-id: https://wikiteam.googlecode.com/svn/trunk@500 31edc4fc-5e31-b4c4-d58b-c8bc928bcb95
2012-04-08 09:09:57 +00:00
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
2012-04-08 08:13:41 +00:00
emijrp
c10942aba8 removing ../
git-svn-id: https://wikiteam.googlecode.com/svn/trunk@451 31edc4fc-5e31-b4c4-d58b-c8bc928bcb95
2012-04-07 14:25:12 +00:00
emijrp
2df1ffa9a0 launcher for batch downloads
git-svn-id: https://wikiteam.googlecode.com/svn/trunk@446 31edc4fc-5e31-b4c4-d58b-c8bc928bcb95
2012-04-07 14:14:40 +00:00