Граф коммитов

70 Коммитов

Автор SHA1 Сообщение Дата
Henrik Skupin 8cab4c137e Bump mozdownload to 1.19 (#86) 2015-10-26 15:04:03 +01:00
Henrik Skupin a81a654ab7 Fix dependency for mozinfo 0.7 (#84) 2015-08-19 21:36:22 +02:00
Henrik Skupin 2d80da5fe3 Update dependency for virtualenv and integrate mozdownload (#82) 2015-08-19 14:57:42 +02:00
Henrik Skupin c2fd220724 Fix dependencies for Mercurial and get rid of unused mozdownload constants (#80) 2015-02-12 23:35:32 +01:00
Henrik Skupin b38b817a6b Update packages dependencies for Python 2.7.9, Mercurial 3.2.4, and mozdownload 1.12 (#78) 2015-01-27 11:24:01 +01:00
Henrik Skupin 402e288006 Upgrade virtualenv to version 1.10.1 (#75) 2014-04-08 14:25:05 +02:00
Henrik Skupin 13b30a14de Update Readme for Windows to make sure Python 2.7.5 is used (#71) 2014-03-17 12:08:52 +01:00
Jonathan French a436a43684 Clean up quoting in windows build script (#68) 2013-10-24 15:44:56 +02:00
Jonathan French 83f8b292b7 Remove mozauto home directory during windows env build (#51) 2013-09-18 18:46:43 +02:00
Jarek 'jarekps' Smiejczak ddaeb0c27e Resets PYTHONPATH even when was unset (#56) 2013-09-11 19:27:32 +02:00
Anhad Jai Singh cd0141e1f0 Add mozmill-automation package (#62) 2013-09-11 15:20:19 +02:00
Jarek 'jarekps' Smiejczak 1a89bf08ff Ensure that build.py checks that user has administrative privileges (#60) 2013-09-10 15:25:14 +02:00
Henrik Skupin 89004aa483 Upgrade to mozdownload 1.9 (#55) 2013-08-29 10:30:24 +02:00
Henrik Skupin fd22ef0d58 Upgrade to mozdownload 1.8 2013-08-23 00:16:26 +02:00
Henrik Skupin 4f265a30a9 Update virtualenv and dependent python packages for latest revisions (#48) 2013-07-17 16:22:39 +02:00
Henrik Skupin 976076de81 Fix update.sh script for new mozqa server (#45) 2013-05-13 20:10:01 +02:00
Henrik Skupin e328d73917 Upgrade to mozdownload 1.7.2 (#44) 2013-05-13 18:15:29 +02:00
Jonathan French 9441c91e20 Adjust run.cmd to prepend python to PATH instead of append (#42) 2013-05-02 23:01:42 +02:00
Henrik Skupin 528717e419 Upgrade to mozdownload 1.7.1 (#41) 2013-04-30 12:10:03 +02:00
Henrik Skupin 201a4614e0 Ensure to sync folders and files when creating zip archive (#39) 2013-04-30 09:38:59 +02:00
Johannes Vogel 63739a4f97 Update to mozdownload 1.7 (#37) 2013-04-24 19:25:31 +02:00
Jonathan French 40af2eb785 Update readme for Windows, Linux and OS X (#35) 2013-03-06 10:41:28 +01:00
Henrik Skupin 8bba05ce54 Update to mozdownload 1.6 2013-02-22 13:22:26 +01:00
Henrik Skupin e60b7967ed Update remote location for mozmill-env releases 2012-10-26 11:57:10 -04:00
Henrik Skupin 1103f21c00 Add mozdownload as required package (#32) 2012-10-08 22:58:46 +02:00
Henrik Skupin ee4b896feb Revert "Remove setup steps from Windows readme (#30)"
This reverts commit 9ddc8ce42b.
2012-07-10 12:51:24 +02:00
Lloyd 9ddc8ce42b Remove setup steps from Windows readme (#30) 2012-07-10 12:48:22 +02:00
Henrik Skupin ae5f91df41 Merge pull request #28 from whimboo/assets
Store external tools as assets in repository and rebase MSYS DLLs (#28)
2012-04-18 13:29:42 -07:00
Henrik Skupin 804764268e Store external tools as assets in repository and rebase MSYS DLLs. Fixes #26 2012-04-18 13:28:33 -07:00
Henrik Skupin 8b3c84301d Merge pull request #25 from davehunt/fix-win-path
Set the HOME environment variable to the current directory
2012-04-04 04:40:09 -07:00
Dave Hunt b460ee2845 Set the HOME environment variable to the current directory instead of the directory of the Mozmill environment. 2012-04-04 12:01:16 +01:00
Henrik Skupin b99453d91d Merge pull request #24 from whimboo/shell
Remove .sh extension from run.sh bash wrapper (#24)
2012-03-28 13:48:46 -07:00
Henrik Skupin c8ca7df89b Remove .sh extension from run.sh bash wrapper. Fixes issue #23 2012-03-28 22:41:25 +02:00
Henrik Skupin f214e9ac51 Merge pull request #22 from whimboo/msys
Fix backslash handling for paths supplied as parameters in run.cmd (#22)
2012-03-28 11:35:05 -07:00
Henrik Skupin 3aa0a47568 Replace double quotes with quotes to allow paths with spaces 2012-03-28 20:19:03 +02:00
Henrik Skupin b1498666aa Fix backslash handling for paths supplied as parameters in run.cmd. Fixes issue #11 2012-03-28 19:57:51 +02:00
Henrik Skupin 563d467b30 Merge pull request #21 from whimboo/archive_name
Use full platform name in archive filename
2012-03-21 02:39:39 -07:00
Henrik Skupin 8d754236db Use full platform name in archive filename 2012-03-21 00:10:26 +01:00
Henrik Skupin 45819e3f50 Merge pull request #20 from BYK/exe-check
Check if setup_msys.exe is actually an executable file
2012-03-05 10:24:54 -08:00
Burak Yigit Kaya fd0900d169 Added simple "exe signature" checking for msys_setup.exe for possible non-executable file downloads such as html error pages. 2012-03-02 16:30:01 +02:00
Henrik Skupin 9a317f69ac Merge pull request #19 from BYK/404handling
urllib.urlretrieve does not raise exception on HTTP 404
2012-03-02 06:11:47 -08:00
Burak Yigit Kaya 7a7e204067 Fixed urllib.urlretrieve does not raise exception when a HTTP 404 is returned from server causing problems on MSYS downlad & installation. 2012-03-02 13:53:50 +02:00
Henrik Skupin 0f14cd9582 Merge pull request #18 from BYK/bug-700469
Bug 700469 - Python code for Mozmill-Environments should use logging instead of print statements
2012-03-02 00:14:12 -08:00
Burak Yigit Kaya 9c3b026fb4 Fixed bug 700469 - Python code for Mozmill-Environments should use logging instead of print statements 2012-03-01 17:37:20 +02:00
Henrik Skupin 87a9a445ca Merge pull request #3 from BYK/overhaul
Bug 701219 - swap os.system calls for idiomatic python calls
2012-03-01 06:49:50 -08:00
Burak Yigit Kaya a9eb912671 Fixed bug 701219 - swap os.system calls for idiomatic python calls 2012-03-01 16:41:34 +02:00
Henrik Skupin 7ebce4afb7 Merge pull request #16 from whimboo/virtualenv
Update virtualenv to v1.7, fixes issue #15
2012-02-15 06:15:25 -08:00
Henrik Skupin 8d63d97c04 Merge branch 'virtualenv' of github.com:whimboo/mozmill-environment into virtualenv 2012-02-15 11:55:18 +01:00
Henrik Skupin 452a46db60 Update virtualenv to v1.7. issue #15 2012-02-15 11:42:13 +01:00
Henrik Skupin c885b1f4a4 Update virtualenv to v1.7 2012-02-15 11:40:58 +01:00