Skip to content

Commit cf6500a

Browse files
committed
Update index and instructions
1 parent be8963f commit cf6500a

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ By default, we archive all records older than one year.
3535
4. From the root directory: `python amend_history.py`
3636
5. CHECK THAT THE AMENDED HISTORY LOOKS GOOD
3737
6. Manually re-write the index: `python write_index.py`
38-
7. Add origin back: `git remote add origin git@github.com:Chaste/memory-testing.git`
39-
8. DOUBLE CHECK EVERYTHING LOOKS GOOD
40-
9. `git push --force`
38+
7. Check, and commit `log-files/index.html`
39+
8. Add origin back: `git remote add origin git@github.com:Chaste/memory-testing.git`
40+
9. DOUBLE CHECK EVERYTHING LOOKS GOOD
41+
10. `git push --force --all`
42+
11. `git push --force --tags`

amend_history.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,9 +120,7 @@ def main() -> None:
120120

121121
expire_and_gc()
122122

123-
print("\nHistory purge complete. Inspect repository, then force-push if satisfied:")
124-
print(" git push --force --all")
125-
print(" git push --force --tags")
123+
print("\nHistory purge complete. Inspect repository!")
126124

127125

128126
if __name__ == "__main__":

log-files/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1487,7 +1487,7 @@ <h2>February 2025</h2>
14871487
</tr>
14881488
<tr class="tr-green">
14891489
<td>
1490-
<a href="2025-02-03_21-33-41/index.html">2025-02-03_21-33-41</a>
1490+
<a href="2025-02-03_21-33-41.tar.xz">2025-02-03_21-33-41 [archive]</a>
14911491
</td>
14921492
<td>green</td>
14931493
<td>362-cmake-warning-about-findboost-to-sort-out</td>
@@ -1497,7 +1497,7 @@ <h2>February 2025</h2>
14971497
</tr>
14981498
<tr class="tr-green">
14991499
<td>
1500-
<a href="2025-02-03_20-46-48/index.html">2025-02-03_20-46-48</a>
1500+
<a href="2025-02-03_20-46-48.tar.xz">2025-02-03_20-46-48 [archive]</a>
15011501
</td>
15021502
<td>green</td>
15031503
<td>364-add-a-ref-for-project-tests-to-control-which-commit-is-tested</td>
@@ -1507,7 +1507,7 @@ <h2>February 2025</h2>
15071507
</tr>
15081508
<tr class="tr-green">
15091509
<td>
1510-
<a href="2025-02-03_20-36-40/index.html">2025-02-03_20-36-40</a>
1510+
<a href="2025-02-03_20-36-40.tar.xz">2025-02-03_20-36-40 [archive]</a>
15111511
</td>
15121512
<td>green</td>
15131513
<td>362-cmake-warning-about-findboost-to-sort-out</td>
@@ -1517,7 +1517,7 @@ <h2>February 2025</h2>
15171517
</tr>
15181518
<tr class="tr-green">
15191519
<td>
1520-
<a href="2025-02-03_15-02-24/index.html">2025-02-03_15-02-24</a>
1520+
<a href="2025-02-03_15-02-24.tar.xz">2025-02-03_15-02-24 [archive]</a>
15211521
</td>
15221522
<td>green</td>
15231523
<td>362-cmake-warning-about-findboost-to-sort-out</td>

0 commit comments

Comments
 (0)