-
Notifications
You must be signed in to change notification settings - Fork 145
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[551] Exclude xtable-utilities from release guide
- Loading branch information
1 parent
56ebbc9
commit da596bf
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -188,7 +188,7 @@ Set up a few environment variables to simplify Maven commands that follow. This | |
3. git clone [email protected]:apache/incubator-xtable.git incubator-xtable-tmp-clone && cd incubator-xtable-tmp-clone && git checkout ${RELEASE_BRANCH} && cd .. | ||
4. tar -zxvf apache-xtable-${RELEASE_VERSION}.src.tgz | ||
5. diff -qr apache-xtable-${RELEASE_VERSION} incubator-xtable-tmp-clone | ||
6. Ensure the diff contains assets,demo,website and non-binary files only in incubator-xtable-tmp-clone. | ||
6. Ensure the diff contains assets,demo,website,xtable-utilities and non-binary files only in incubator-xtable-tmp-clone. | ||
7. cd apache-xtable-${RELEASE_VERSION} && mvn clean package -DskipTests | ||
8. If they pass, delete the repository we got from the tar-ball | ||
- cd ../ && rm -rf apache-xtable-${RELEASE_VERSION} && rm -rf incubator-xtable-tmp-clone | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters