• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

ByteInternet / hypernode-vagrant
100%
master: 99%

Build:
Build:
LAST BUILD BRANCH: add-deprecation-notice
DEFAULT BRANCH: master
Repo Added 26 Jun 2016 07:41PM UTC
Files 34
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH fix-test-site-permissions
branch: fix-test-site-permissions
CHANGE BRANCH
x
Reset
  • fix-test-site-permissions
  • 20160916.1
  • 20161031.1
  • 20161128.1
  • 20161206.1
  • 20170105.1
  • 20170111.1
  • 20170217.1
  • 20170222.1
  • 20170414.1
  • 20170421.1
  • 20170503.1
  • 20170712.1
  • add-composer-json
  • add-default-hostname-to-configuration
  • add-dependencies-trouble-shooting-to-readme
  • add-deprecation-notice
  • add-docsify-frontend-for-docs
  • add-example-projects-for-using-hypernode-vagrant-with-your-magento-projects
  • add-hypernode-vagrant-runner-tool
  • add-instructions-for-archlinux
  • add-magento-2-example-playbook
  • add-memory-management-flag-to-example-configs
  • add-php56-box
  • add-php56-to-hypernode-vagrant-runner
  • add-php71-to-hypernode-vagrant-runner
  • add-php72-to-hypernode-vagrant
  • add-redir-to-docs
  • add-xenial-image
  • add-xenial-xdebug-to-provisioning
  • add_sync_ssh_keys_from_agent_script
  • also-add-agent-keys-to-root-auth-keys
  • bump-vagrant-hypconfigmgmt-to-0.0.8
  • bump-vagrant-hypconfigmgmt-to-0.0.9
  • copy-default-info-page-as-user-not-root
  • copy-empty-webroot-files-as-root-then-chown
  • create-dir-if-not-found-in-vagrant-runner
  • disable-port-forwarding-in-hypernode-vagrant-runner-by-default
  • do-not-buffer-hypernode-vagrant-runner-stdout
  • do-not-build-for-ruby-1-9-3-anymore
  • do-not-install-vagrant-hypconfigmgmt-on-status-or-global-status
  • fix-installing-vagrant-hypconfigmgmt-message
  • fix-ip-resolver-for-xenial
  • fix-kamikaze-oom-monitor
  • fix-plugin-auto-install-for-vagrant-1-9-0
  • flips-documentation-update
  • hypernode-vagrant-runner-can-start-xenial
  • inline-ensure-varnish-is-running
  • install-mag-1-for-testing-example
  • install-xdebug-option
  • make-production-like-memory-management-configurable
  • master
  • memory-management-on-xenial-is-optional
  • move-config-mgmtlogic-into-vagrant-hypconfigmgmt-plugin
  • only-print-error-output-if-error-output
  • only-run-hypernode-switch-php-if-it-is-installed
  • print-vagrant-up-error-in-hypernode-vagrant-runner
  • remove-hypconfigmgmt-install-from-vagrantfile
  • remove-swo-file
  • remove-var-lib-varnish-if-hostname-is-dummy
  • restart-varnish-if-hostname-changed
  • set-app-armor-policy-to-unconfined-for-lxc
  • set-https-to-http-in-ok-message
  • skip-sudo-test
  • support-nfs-guest-and-prompt-for-firewall
  • switch-php-version-during-post-provisioning-on-xenial
  • update-gem-to-0.0.6
  • update-readme-with-new-options
  • update-vbox-requirement
  • upload-to-vagrant-rsync-is-quiet
  • use-byte-style-from-community-hypernode-io
  • vagrant-173-requirement
  • vagrantfile-installs-vagrant-hypconfigmgmt-0.0.5
  • xenial-is-vagrant-up-option

pending completion
324

push

travis-ci

vdloo
fix test site permissions

currently if `magento_version` is `2`, the test site permissions will be
wrong because the chown doesn't resolve the symlink. this causes the
hypernode-importer not to overwrite the index.php file that is placed by
default because it would be owned by root:root.

before:
```
root@beb7b8-projects-magweb-vgr /data/web/public # ls -strlah
total 149K
 512 drwxrwxr-x 3 app  app     3 Sep  5  2016 ..
 512 -rw-rw-r-- 1 app  app    12 Nov 14  2016 .gitignore
 29K -rw-r--r-- 1 root root  25K Jun 22 15:35 style.css
4.5K -rw-r--r-- 1 root root  757 Jun 22 15:35 opensans.css
 53K -rw-r--r-- 1 root root  95K Jun 22 15:35 jquery.min.js
8.5K -rw-r--r-- 1 root root 8.0K Jun 22 15:35 index.php
 13K -rw-r--r-- 1 root root  29K Jun 22 15:35 bootstrap.min.js
 33K -rw-r--r-- 1 root root  98K Jun 22 15:35 bootstrap.min.css
8.5K drwxrwxr-x 2 app  app     9 Jun 22 15:35 .
```

after:
```
root@beb7b8-projects-magweb-vgr /data/web/public # ls -stlrah
total 149K
 512 drwxrwxr-x 3 app app    3 Sep  5  2016 ..
 512 -rw-rw-r-- 1 app app   12 Nov 14  2016 .gitignore
 29K -rw-r--r-- 1 app app  25K Jun 22 15:35 style.css
4.5K -rw-r--r-- 1 app app  757 Jun 22 15:35 opensans.css
 53K -rw-r--r-- 1 app app  95K Jun 22 15:35 jquery.min.js
8.5K -rw-r--r-- 1 app app 8.0K Jun 22 15:35 index.php
 13K -rw-r--r-- 1 app app  29K Jun 22 15:35 bootstrap.min.js
 33K -rw-r--r-- 1 app app  98K Jun 22 15:35 bootstrap.min.css
8.5K drwxrwxr-x 2 app app    9 Jun 22 15:35 .
```

1148 of 1148 relevant lines covered (100.0%)

7.56 hits per line

Relevant lines Covered
Build:
Build:
1148 RELEVANT LINES 1148 COVERED LINES
7.56 HITS PER LINE
Source Files on fix-test-site-permissions
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
324 fix-test-site-permissions fix test site permissions currently if `magento_version` is `2`, the test site permissions will be wrong because the chown doesn't resolve the symlink. this causes the hypernode-importer not to overwrite the index.php file that is placed by defau... push 22 Jun 2018 03:53PM UTC vdloo travis-ci pending completion  
322 fix-test-site-permissions fix test site permissions currently if `magento_version` is `2`, the test site permissions will be wrong because the chown doesn't resolve the symlink. this causes the hypernode-importer not to overwrite the index.php file that is placed by defau... push 22 Jun 2018 03:50PM UTC vdloo travis-ci pending completion  
See All Builds (329)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc