File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -54,10 +54,6 @@ sudo chroot ./unstable-chroot /bin/bash -c '(\
54
54
cd /tmp/mongoc && \
55
55
git clean -fdx && \
56
56
git reset --hard HEAD && \
57
- python3 build/calc_release_version.py > VERSION_CURRENT && \
58
- python3 build/calc_release_version.py -p > VERSION_RELEASED && \
59
- git add --force VERSION_CURRENT VERSION_RELEASED && \
60
- git commit VERSION_CURRENT VERSION_RELEASED -m "Set current/released versions" && \
61
57
git remote remove upstream || true && \
62
58
git remote add upstream https://github.com/mongodb/mongo-c-driver && \
63
59
git fetch upstream && \
@@ -90,10 +86,6 @@ sudo chroot ./unstable-i386-chroot /bin/bash -c '(\
90
86
cd /tmp/mongoc && \
91
87
git clean -fdx && \
92
88
git reset --hard HEAD && \
93
- python3 build/calc_release_version.py > VERSION_CURRENT && \
94
- python3 build/calc_release_version.py -p > VERSION_RELEASED && \
95
- git add --force VERSION_CURRENT VERSION_RELEASED && \
96
- git commit VERSION_CURRENT VERSION_RELEASED -m "Set current/released versions" && \
97
89
git remote remove upstream || true && \
98
90
git remote add upstream https://github.com/mongodb/mongo-c-driver && \
99
91
git fetch upstream && \
You can’t perform that action at this time.
0 commit comments