mirror of
https://github.com/vale981/openAV-Luppp
synced 2025-03-05 09:01:39 -05:00
-Added archive.sh script, allowing easy creation of time-commit stamped .zip's for sharing
This commit is contained in:
parent
3fdd71b7dd
commit
3362995530
2 changed files with 5 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -4,6 +4,8 @@ planning/*
|
||||||
src/*.o
|
src/*.o
|
||||||
luppp
|
luppp
|
||||||
|
|
||||||
|
*.zip
|
||||||
|
|
||||||
build/*
|
build/*
|
||||||
buildTest/*
|
buildTest/*
|
||||||
/CMakeCache.txt
|
/CMakeCache.txt
|
||||||
|
|
3
archive.sh
Executable file
3
archive.sh
Executable file
|
@ -0,0 +1,3 @@
|
||||||
|
|
||||||
|
|
||||||
|
git archive HEAD --format=zip > lupppGit_`date +"%m-%d-%Y"`_`git log --pretty=format:"%h" | head -n1`.zip
|
Loading…
Add table
Reference in a new issue