Skip to content

[SPARK-32774][BUILD] Don't track docs/.jekyll-cache#29622

Closed
sarutak wants to merge 1 commit intoapache:masterfrom
sarutak:untrack-jekyll-cache
Closed

[SPARK-32774][BUILD] Don't track docs/.jekyll-cache#29622
sarutak wants to merge 1 commit intoapache:masterfrom
sarutak:untrack-jekyll-cache

Conversation

@sarutak
Copy link
Member

@sarutak sarutak commented Sep 1, 2020

What changes were proposed in this pull request?

This PR changes .gitignore not to track docs/.jekyll-cache.

Why are the changes needed?

When I build docs, docs/.jekyll-cache can be created and it should not be tracked.

$ git status
On branch master
Your branch is up to date with 'origin/master'.

Untracked files:
  (use "git add <file>..." to include in what will be committed)
	docs/.jekyll-cache/

Does this PR introduce any user-facing change?

No.

How was this patch tested?

Applied the change and confirmed the result of git status

$ git status
On branch untrack-jekyll-cache
nothing to commit, working tree clean

@SparkQA
Copy link

SparkQA commented Sep 2, 2020

Test build #128167 has finished for PR 29622 at commit 22ba96d.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@HyukjinKwon
Copy link
Member

HyukjinKwon commented Sep 2, 2020

Merged to master and branch-3.0.

HyukjinKwon pushed a commit that referenced this pull request Sep 2, 2020
### What changes were proposed in this pull request?

This PR changes .gitignore not to track docs/.jekyll-cache.

### Why are the changes needed?

When I build docs, docs/.jekyll-cache can be created and it should not be tracked.
```
$ git status
On branch master
Your branch is up to date with 'origin/master'.

Untracked files:
  (use "git add <file>..." to include in what will be committed)
	docs/.jekyll-cache/
```

### Does this PR introduce _any_ user-facing change?

No.

### How was this patch tested?

Applied the change and confirmed the result of `git status`
```
$ git status
On branch untrack-jekyll-cache
nothing to commit, working tree clean
```

Closes #29622 from sarutak/untrack-jekyll-cache.

Authored-by: Kousuke Saruta <sarutak@oss.nttdata.com>
Signed-off-by: HyukjinKwon <gurwls223@apache.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants