Skip to content

Commit

Permalink
Package magento-mirror-1.9.2.0
Browse files Browse the repository at this point in the history
added package from github mirror as Magento does not provide any download
URI so far.

Intregrated with travis.

Thanks @arosenhagen for the initiative!

Closes netz98#609
Closes netz98#612
Closes netz98#614

XXXXXXXXXXXXXXXX

switching to ZIP - 1.9.2.0.zip

XXXXXXXXXXXXXXXX

$ ls --full-time -Gg 1.9.2.0.tar.gz
-rw-r--r-- 1 24256895 2015-07-21 13:27:10.283278676 +0200 1.9.2.0.tar.gz

$ shasum 1.9.2.0.tar.gz
da66104d800e815ec996fef31170671fbb8a7bca  1.9.2.0.tar.gz
  • Loading branch information
ktomk committed Jul 22, 2015
1 parent 4d9bdc0 commit cf064a1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ env:
# Do not download sample data of 1.9 -> The file is too big
- MAGENTO_VERSION="magento-ce-1.9.0.1" DB=mysql INSTALL_SAMPLE_DATA=no COVERAGE=65
- MAGENTO_VERSION="magento-ce-1.9.1.1" DB=mysql INSTALL_SAMPLE_DATA=no COVERAGE=65
- MAGENTO_VERSION="magento-mirror-1.9.2.0" DB=mysql INSTALL_SAMPLE_DATA=no COVERAGE=65

matrix:
fast_finish: true
Expand Down
9 changes: 9 additions & 0 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,15 @@ commands:
extra:
sample-data: sample-data-1.6.1.0

- name: magento-mirror-1.9.2.0
version: 1.9.2.0
dist:
url: https://github.com/LokeyCoding/magento-mirror/archive/1.9.2.0.zip
type: zip
shasum: 019538c04b6359ad61e4c6d2f54c835bd76f7141
extra:
sample-data: sample-data-1.9.1.0

- name: magento-mirror-1.7.0.2
version: 1.7.0.2
dist:
Expand Down

0 comments on commit cf064a1

Please sign in to comment.