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

fix deletion of our modules (courtesy @moylop260) #53

Merged
merged 1 commit into from
Aug 20, 2015

Conversation

lepistone
Copy link
Member

No description provided.

@pedrobaeza
Copy link
Member

👍

@moylop260
Copy link
Contributor

This fixed next iissue of empty folder of runbot-addons:
https://youtu.be/r6-IE87UZQc

👍

@yvaucher
Copy link
Member

👍

@lepistone
Copy link
Member Author

Ok, that didn't delete the module at all. Hurm.

@lepistone
Copy link
Member Author

Amended. Let's see if that's better. (I was deleting website_twitter instead of odoo-extra/website-twitter).

@@ -33,7 +33,7 @@ install:
- travis_install_nightly
- git clone --depth=1 https://github.com/odoo/odoo-extra ~/odoo-extra
# odoo-extra has a bunch of v9 modules which aren't compatible, remove them
- rm -rf $(ls | grep -v runbot$)
- (cd ~/odoo-extra; rm -rf $(ls | grep -v runbot$))

Choose a reason for hiding this comment

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

Are those outer parenthesis necessary?

Copy link
Member Author

Choose a reason for hiding this comment

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

they make a subshell, so there is no need to cd .. afterwards.

@lepistone
Copy link
Member Author

This has revealed that runbot_janitor tests fail (none were run). Since the failure is now real, I think we can merge this one.

@pedrobaeza
Copy link
Member

OK, merging. About parenthesis, I think it's not very important if they're redundant because the expression is still very readable

pedrobaeza added a commit that referenced this pull request Aug 20, 2015
fix deletion of our modules (courtesy @moylop260)
@pedrobaeza pedrobaeza merged commit 3b0c6b0 into OCA:8.0 Aug 20, 2015
@bwrsandman
Copy link

@lepistone janitor is not used by anyone, it would be safe to remove it

@lepistone lepistone deleted the fix-rm branch August 20, 2015 16:14
@lepistone
Copy link
Member Author

@bwrsandman #54 then. Thanks

jjscarafia pushed a commit to adhoc-dev/oca-runbot-addons that referenced this pull request Oct 12, 2016
…send-dev-lescobarvx

[FIX] runbot_send_email: better wording for message sent
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.

None yet

5 participants