Skip to content

Commit 01b4ec9

Browse files
author
Release Manager
committed
sagemathgh-38353: Fix a bug that breaks CHANGES.html again
<!-- ^ Please provide a concise and informative title. --> <!-- ^ Don't put issue numbers in the title, do this in the PR description below. --> <!-- ^ For example, instead of "Fixes sagemath#12345" use "Introduce new method to calculate 1 + 2". --> <!-- v Describe your changes below in detail. --> <!-- v Why is this change required? What problem does it solve? --> <!-- v If this PR resolves an open issue, please link to it here. For example, "Fixes sagemath#12345". --> This is my foolish mistake made in sagemath#38332. Sorry. Trivial fix. ### 📝 Checklist <!-- Put an `x` in all the boxes that apply. --> - [x] The title is concise and informative. - [x] The description explains in detail what this PR is about. - [ ] I have linked a relevant issue or discussion. - [ ] I have created tests covering the changes. - [ ] I have updated the documentation and checked the documentation preview. ### ⌛ Dependencies <!-- List all open PRs that this PR logically depends on. For example, --> <!-- - sagemath#12345: short description why this is a dependency --> <!-- - sagemath#34567: ... --> URL: sagemath#38353 Reported by: Kwankyu Lee Reviewer(s): Matthias Köppe
2 parents 9d1f7f2 + d2c0e54 commit 01b4ec9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/doc-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ jobs:
196196
(cd doc && git commit -a -m 'new')
197197
# Wipe out chronic diffs of new doc against old doc before creating CHANGES.html
198198
(cd doc && \
199-
find . -name "*.html" | xargs sed -i -e '/This is documentation of/ s/ built with GitHub PR .* for development/ for development/' \
199+
find . -name "*.html" | xargs sed -i -e '/This is documentation/ s/ built with GitHub PR .* for development/ for development/' \
200200
-e '/<link rel="stylesheet"/ s/?v=[0-9a-f]*"/"/' \
201201
-e '\;<script type="application/vnd\.jupyter\.widget-state+json">;,\;</script>; d' \
202202
&& git commit -a -m 'wipe-out')

build/pkgs/configure/checksums.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
tarball=configure-VERSION.tar.gz
2-
sha1=a78a0025292f4831f84dc059734320de0e66e216
3-
sha256=c108de2bfbbf3f2543ada5742d5bc9a58df700d8b6125df92b1888f867b60174
2+
sha1=4bb7f62aabcfedcd2eebac929a7c076013dde9c2
3+
sha256=872a5d7197fa8d20a0e4c3b933b8151a8698baa7b4c84a39b4b4250865411945
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
74119807d7989c879f2eee167e4e29af7c4f588a
1+
04756f14e9affea5bfe20bf61dab10d2e3754899

0 commit comments

Comments
 (0)