Skip to content
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

Enable xdebug for local debugging. #63

Merged
merged 1 commit into from
Mar 9, 2015

Conversation

Firesphere
Copy link
Contributor

Before going completely crazy. Here's the final version with only one commit.

@@ -26,6 +26,7 @@ Vagrant.configure("2") do |config|
config.vm.provision :shell, :path => "scripts/apache.sh"
config.vm.provision :shell, :path => "scripts/mariadb.sh"
#config.vm.provision :shell, :path => "scripts/php-mcrypt.sh"
config.vm.provision :shell, :path => "scripts/xdebug.sh"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we want it enabled by default?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well, I do, but it might be a matter of what you guys prefer ofcourse.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd opt for commented out as default - we should aim to have default to be the bare min to get up and running. Mailcatcher is a new one and as it prevents us accidentally emailing our live users, I think it's worth having in. This on the otherhand, isn't so critical.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok, will do.

I vaguely remember mailcatcher being suggested by me, but I suggested it more often :)

@willmorgan
Copy link
Member

A rebase is now required - sorry @Firesphere!

@Firesphere
Copy link
Contributor Author

Heh, no problem. I'll get to it this weekend I hope. A bit busy atm, but I'll try :)

@Firesphere
Copy link
Contributor Author

Rebase and changes in a new commit or squashed? (Please say new commit, my previous rebase/squash experience left me horrified and in shock of how it didn't do what I wanted)

@Firesphere
Copy link
Contributor Author

I couldn't rebase without new commits. So new commits are now included. I feel stupid :P

@Firesphere
Copy link
Contributor Author

If someone would guide me to a way to squashing this, I'd be so happy. I feel like I only make it worse :(

=======
yum install -y gcc gcc-c++ autoconf automake --enablerepo=epel --enablerepo=webtatic
>>>>>>> bd45802707205f028b37227aa70fa1eac89494a4

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why, FFS, did this not show up in my conflicts?!

@dhensby
Copy link
Member

dhensby commented Mar 6, 2015

Wuh oh!

@Firesphere ok, so you need to get your code back to before it went all crazy.

The best way to do that is to do git reflog and find the hash you had before you started messing around with merges / rebases (if you can't find it, just paste me your output from reflog). In fact, I think it might be this one: Firesphere@bd45802

When you find the commit hash to go back to do:

$ git reset --hard bd45802707205f028b37227aa70fa1eac89494a4
$ git pull --rebase upstream master
$ # fix conflicts
$ git push -f

That should be it.

@dhensby
Copy link
Member

dhensby commented Mar 6, 2015

I think (once this is in) that we can tag rc3 and I can't see much need to change for stable...

Though there is that issue with grunt-watch... #69

@Firesphere
Copy link
Contributor Author

I know. SourceTree went totally crazy and made batshit crazy commits and merges.

@Firesphere
Copy link
Contributor Author

Well, I appearantly have some git issues, but this should be it.

@dhensby
Copy link
Member

dhensby commented Mar 9, 2015

Lovely

dhensby added a commit that referenced this pull request Mar 9, 2015
@dhensby dhensby merged commit edce274 into BetterBrief:master Mar 9, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants