Skip to content

Linux build fixes#1398

Merged
technoweenie merged 6 commits intomasterfrom
linux-build-fixes
Jul 27, 2016
Merged

Linux build fixes#1398
technoweenie merged 6 commits intomasterfrom
linux-build-fixes

Conversation

@technoweenie
Copy link
Contributor

This updates the debian and rpm build scripts to go with git-lfs/build-dockers#3.

/cc @andyneff

tar -c . --exclude tmptar --exclude repos | tar -x -C ${CURDIR}/tmptar/git-lfs-${LFS_VERSION}/
popd
pushd ${CURDIR}/tmptar/git-lfs-${LFS_VERSION}
git clean -xdf
Copy link
Contributor

Choose a reason for hiding this comment

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

If I remember correctly the only reason the git clean was needed was to remove any untracked files that were in your working copy when running the scripts. So this is definitely NOT needed, just FYI

This was referenced Jul 27, 2016
@ttaylorr
Copy link
Contributor

In accordance with git-lfs/build-dockers#3 (comment), 👍 .

@technoweenie
Copy link
Contributor Author

@andyneff Thanks, I've made a note of that.

I'm going to merge this now so we can get LFS v1.3 out the door, but I think there are more opportunities to clean the scripts up even more. I plan on opening an issue with some TODOs.

@technoweenie technoweenie merged commit 1999143 into master Jul 27, 2016
@technoweenie technoweenie deleted the linux-build-fixes branch July 27, 2016 19:45
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.

3 participants