Budh Ram Gurung (BRG)
Budh Ram Gurung (BRG)
I recently came to know that we are using unnecessary dependent gems which comes with `github-pages` gem. See more in the comment https://github.com/USRSE/usrse.github.io/issues/424#issuecomment-802603030. My standard Gemfile has these much content:...
Hi @dhiltgen Thanks for the nice driver. Just wondering why we don't have unit tests so far? Happy to contribute 😄
Hi, I am getting following errors while building Docker build ``` ➜ atomic-site git:(build_fix) ✗ ./docker.sh Sending build context to Docker daemon 27.43 MB Step 1 : FROM fedora:23 --->...
Fix #454 Unfortunately missed.
When running `install-cli` with `--path` option to specify folder which doesn't exist then it shows weird error: ``` $ vagrant service-manager install-cli openshift --path /home/budhram/bin/unknown_dir undefined local variable or method...
Currently, "openshift" get stop when starting "kubernetes" service without any warning/message that if will gonna stop "openshift" service. IMO, this is kind of not a good user experience. ``` $...
It seems that with Windows 10, powershell will be used more often than command prompt as developers point of view. Also, found that we can able to set the variable...
Currently, ADB is supported in vagrant version 1.7.4 as per [doc](https://github.com/projectatomic/adb-atomic-developer-bundle/blob/master/docs/installing.rst#install-vagrant). However, vagrant has been update to `1.8.4`. We should look for supporting latest version.
Once should able to run [`Acceptance tests`](https://github.com/projectatomic/vagrant-service-manager#acceptance-tests) on Windows OS too.
On executing "restarting" command as `$ vagrant service-manager restart `, we should first check whether `service` is running or not. If it is "running" then "restart" it. Else, show the...