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

Attemt at cleaning up nighty packaging after https://github.com/JuliaLang/julia/pull/5095 #1

Merged
merged 1 commit into from
Dec 15, 2013
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 1 addition & 8 deletions build_ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -77,14 +77,7 @@ git submodule update
make -C deps get-random

# Work around our lack of git on buildd servers
make -C base build_h.jl.phony
cat base/build_h.jl | grep -v "const [^B]" > base/build_h.jl.nogit
patch base/Makefile ${ORIG_DIR}/nogit-workaround.patch
if [[ "$?" != "0" ]]; then
echo "ERROR: nogit-workaround.patch did not apply cleanly!" 1>&2
exit -1
fi
rm base/build_h.jl
make -C base version_git.jl.phony

# Make it blaringly obvious to everyone that this is a git build when they start up Julia-
DATECOMMIT=$(git log --pretty=format:'%cd' --date=short -n 1 | tr -d '-')
Expand Down
106 changes: 0 additions & 106 deletions nogit-workaround.patch

This file was deleted.