Fix changelog url in the packaging script.
This commit is contained in:
@@ -39,8 +39,8 @@ gzip -9 "${DEB_BUILD_ROOT}/${DOCDIR}/AUTHORS"
|
||||
DATE=`date -R`
|
||||
|
||||
echo -e "openra (${VERSION}) unstable; urgency=low\n" > "${DEB_BUILD_ROOT}/${DOCDIR}/changelog"
|
||||
cat "../../../CHANGELOG.md" >> "${DEB_BUILD_ROOT}/${DOCDIR}/changelog"
|
||||
echo -e "\n\n-- Paul Chote <sleipnir@sleipnirstuff.com> ${DATE}" >> "${DEB_BUILD_ROOT}/${DOCDIR}/changelog"
|
||||
cat "../../../Changelog.md" >> "${DEB_BUILD_ROOT}/${DOCDIR}/changelog"
|
||||
echo -e "\n\n-- Paul Chote <paul@chote.net> ${DATE}" >> "${DEB_BUILD_ROOT}/${DOCDIR}/changelog"
|
||||
gzip -9 "${DEB_BUILD_ROOT}/${DOCDIR}/changelog"
|
||||
rm "${DEB_BUILD_ROOT}/${LIBDIR}/COPYING"
|
||||
|
||||
|
||||
@@ -21,8 +21,8 @@ make package
|
||||
# Remove the mdb files that are created during `make`
|
||||
find . -path "*.mdb" -delete
|
||||
|
||||
wget https://raw.github.com/wiki/OpenRA/OpenRA/CHANGELOG.md
|
||||
markdown CHANGELOG.md > CHANGELOG.html
|
||||
wget https://raw.github.com/wiki/OpenRA/OpenRA/Changelog.md
|
||||
markdown Changelog.md > CHANGELOG.html
|
||||
markdown README.md > README.html
|
||||
markdown CONTRIBUTING.md > CONTRIBUTING.html
|
||||
markdown DOCUMENTATION.md > DOCUMENTATION.html
|
||||
|
||||
Reference in New Issue
Block a user