Skip to content

Commit

Permalink
remove temporary archive, fix version comment #3
Browse files Browse the repository at this point in the history
  • Loading branch information
matyaskopp committed May 28, 2024
1 parent 490a9bb commit d37101b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion admin/update-dist-dir.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ echo "Exporting git" && \
##svn export ${TRED_SVN_REPO} ${TRED_DIST_DIR}.new >> $LOG && \
git -C ${TRED_SRC_DIR} archive --output ${TRED_DIST_DIR}.new.zip HEAD >> $LOG && \
unzip ${TRED_DIST_DIR}.new.zip -d ${TRED_DIST_DIR}.new >> $LOG && \
# updates TrEd version in dist/tred.new/tredlib/TrEd/Version.pm according to svn version to 1.#svn_version#
rm ${TRED_DIST_DIR}.new.zip && \
# updates TrEd version in dist/tred.new/tredlib/TrEd/Version.pm according to svn version to 3.#git_date#
${TRED_DIST_DIR}.new/devel/update_version.pl ${TRED_SVN_REPO} && \

echo "WARN: Skipping updating extensions" && \
Expand Down

0 comments on commit d37101b

Please sign in to comment.