Skip to content

Conversation

@danamlewis
Copy link
Contributor

@danamlewis danamlewis commented Oct 6, 2017

Thanks to the amazing @Kdisimone as always for the first round of testing, confirmed it successfully installs and removes an existing git directory.

Looks like this after starting setup:
screen shot 2017-10-06 at 2 25 36 pm

And then it successfully removed .git

For anyone else who wants to test:

  1. cd ~/myopenaps and ls -la (you should see .git listed in the alphabetical list - we need this tested on rigs that still have git)
  2. cd ~/src/oref0/ && git fetch && git checkout no-git-default && git pull
  3. npm run global-install
  4. bash ~/myopenaps/oref0-runagain.sh
  5. Once done, ls -la again in myopenaps and confirm that .git no longer exists there.
    (If you're planning to stay on this branch vs. switching back to dev, make sure to re-set your preferences!)

@scottleibrand
Copy link
Contributor

Nice. We should also test it on a rig that's already had .git removed. It will probably whine about being unable to remove .git - we'll need to decide if that's clear enough, or if we need to redirect the output of rm to squelch it.

@Kdisimone
Copy link
Contributor

Kdisimone commented Oct 6, 2017

@scottleibrand I'll rerun it now...want me to just try a runagain?

went ahead and did runagain on this same rig...here's how it looked.

screen shot 2017-10-06 at 2 55 56 pm

@scottleibrand
Copy link
Contributor

Ok, good. No scary warnings. :-) Thanks.

@danamlewis danamlewis merged commit 9c8a1a5 into dev Oct 6, 2017
@danamlewis
Copy link
Contributor Author

WOOT. Thanks @Kdisimone for testing it both ways!

@danamlewis danamlewis deleted the no-git-default branch October 6, 2017 22:00
@Kdisimone
Copy link
Contributor

no worries. installed fine both ways. and YEAH for nogit!

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.

4 participants