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

bats directory persists after idol --package #15

Open
brent-is-still-here opened this issue Nov 26, 2014 · 0 comments
Open

bats directory persists after idol --package #15

brent-is-still-here opened this issue Nov 26, 2014 · 0 comments
Labels

Comments

@brent-is-still-here
Copy link
Owner

The bats directory and .git directory exist in packaged instances of Idol.

idol_package.sh currently uses
tar --exclude="${BASE_DIR}/bats" --exclude="${BASE_DIR}/.git" -cvzf "${OUTPUT_DIR}/idol.tar.gz" -C $(dirname "${BASE_DIR}") idol;
to attempt to prevent this.

The result of this issue is that, when unpackaging an instance of Idol on a system to be tested, the user needs to run:

  1. # rm -rf ${INSTALL_DIRECTORY}/idol/bats
  2. # rm -rf ${INSTALL_DIRECTORY}/idol/.git >> This command isn't a requirement, but keeps things clean.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant