forked from Mirrors/freeswitch
Bundle .version file with debian nightlies
This adds the .version file to nightlies produced with debian/util.sh.
This commit is contained in:
parent
b16821944e
commit
d18a7ffa26
1
debian/util.sh
vendored
1
debian/util.sh
vendored
@ -176,6 +176,7 @@ create_orig () {
|
||||
git add -f libs
|
||||
fi
|
||||
./build/set-fs-version.sh "$uver" && git add configure.in
|
||||
echo "$uver" > .version && git add -f .version
|
||||
git commit --allow-empty -m "nightly v$uver"
|
||||
git archive -v \
|
||||
--worktree-attributes \
|
||||
|
Loading…
Reference in New Issue
Block a user