-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Zorba Server #202
base: master
Are you sure you want to change the base?
Zorba Server #202
Conversation
@@ -1,23 +1,58 @@ | |||
#This file is generated by https://github.com/wcandillon/zorba-circleci-tpl | |||
machine: | |||
post: | |||
- sudo add-apt-repository -y ppa:fcavalieri/zorba | |||
- sudo add-apt-repository -y ppa:fcavalieri/sausalito |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@fcavalieri why do you had these repositories?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Because there are custom packages that need to be installed to make some
modules work
On Thu, Nov 19, 2015 at 2:31 PM, William Candillon <notifications@github.com
wrote:
In circle.yml
#202 (comment):@@ -1,23 +1,58 @@
#This file is generated by https://github.com/wcandillon/zorba-circleci-tpl
machine:
post:
- sudo add-apt-repository -y ppa:fcavalieri/zorba
- sudo add-apt-repository -y ppa:fcavalieri/sausalito
@fcavalieri https://github.com/fcavalieri why do you had these
repositories?—
Reply to this email directly or view it on GitHub
https://github.com/28msec/zorba/pull/202/files#r45339961.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
And to create the multithreaded testrunner
On Thu, Nov 19, 2015 at 2:40 PM, Federico Cavalieri <
federico.cavalieri@28msec.com> wrote:
Because there are custom packages that need to be installed to make some
modules workOn Thu, Nov 19, 2015 at 2:31 PM, William Candillon <
notifications@github.com> wrote:In circle.yml
#202 (comment):@@ -1,23 +1,58 @@
#This file is generated by https://github.com/wcandillon/zorba-circleci-tpl
machine:
post:
- sudo add-apt-repository -y ppa:fcavalieri/zorba
- sudo add-apt-repository -y ppa:fcavalieri/sausalito
@fcavalieri https://github.com/fcavalieri why do you had these
repositories?—
Reply to this email directly or view it on GitHub
https://github.com/28msec/zorba/pull/202/files#r45339961.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
And in zorba server also for the mongodb driver
On Thu, Nov 19, 2015 at 2:41 PM, Federico Cavalieri <
federico.cavalieri@28msec.com> wrote:
And to create the multithreaded testrunner
On Thu, Nov 19, 2015 at 2:40 PM, Federico Cavalieri <
federico.cavalieri@28msec.com> wrote:Because there are custom packages that need to be installed to make some
modules workOn Thu, Nov 19, 2015 at 2:31 PM, William Candillon <
notifications@github.com> wrote:In circle.yml
#202 (comment):@@ -1,23 +1,58 @@
#This file is generated by https://github.com/wcandillon/zorba-circleci-tpl
machine:
post:
- sudo add-apt-repository -y ppa:fcavalieri/zorba
- sudo add-apt-repository -y ppa:fcavalieri/sausalito
@fcavalieri https://github.com/fcavalieri why do you had these
repositories?—
Reply to this email directly or view it on GitHub
https://github.com/28msec/zorba/pull/202/files#r45339961.
No description provided.