Skip to content

Commit aa921ed

Browse files
committed
7.4.1
1 parent 0f08f01 commit aa921ed

File tree

2 files changed

+14
-8
lines changed

2 files changed

+14
-8
lines changed

release.pl

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
# Assumes all repositories master/main locally are upto date including C build
1818
# This script can be safely be repeated until the $release pushed to pypi or tagged
1919

20-
my $release = "7.4.1"; # Without the leading 1!
21-
my $old_release = "7.3.1"; # Without the leading 1!
22-
my $release_name = "Quietly Confident 1";
23-
my $is_release = 1; # 1 for release 0 for post release
20+
my $release = "7.4.2"; # Without the leading 1!
21+
my $old_release = "7.4.1"; # Without the leading 1!
22+
my $release_name = "";
23+
my $is_release = 0; # 1 for release 0 for post release
2424

2525
use strict;
2626
use warnings;
@@ -407,9 +407,10 @@ sub update_integration_tests{
407407
}
408408

409409
sub wait_doc_built{
410-
if ($is_release){
410+
# broken as returns forbidden
411+
#if (not $is_release){
411412
return;
412-
}
413+
#}
413414
# Blocks the script to make sure the readthedocs build finished
414415
my $url = "https://${_[0]}.readthedocs.io/en/${release}/";
415416
say $url;

release_steps.txt

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,16 @@ Warning The pypi steps 7 and 10 can not be repeated so make sure test passed!
3535
- This pushes the branches to github
3636
# - This checks the readthedocs
3737
- This script can be repeated in which case it delete previous branches
38+
- check read the docs egg
39+
- see if rtd check can be fixed
3840
8. Check all github actions passed
3941
Note Intergation tests branch prepared but not pushed
4042

4143
9. sh SupportScripts/testpypi.sh (from parent)
4244
10. push Intergation test branch
4345
11. Check test
4446

45-
12. Add pip free info from from tests
47+
12. Add pip freeze info from tests
4648

4749
13. Check version is correct in dist gz files
4850
14. sh SupportScripts/pypi.sh (from parent)
@@ -51,6 +53,8 @@ Warning The pypi steps 7 and 10 can not be repeated so make sure test passed!
5153
remove (*3) "-i https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple/"
5254
if not a pre remove the -pre as well
5355
16. Check Intergation Test
56+
pre 17. fix
57+
spinnaker_doc_version = "latest"
5458

5559
17. Update release.pl
5660
- my $release = (version for master)
@@ -62,9 +66,10 @@ Warning The pypi steps 7 and 10 can not be repeated so make sure test passed!
6266
19. Change version in tag.pl (release version)
6367
20. perl tag.pl (from inside SupportScripts)
6468

65-
21. remove pip free info
69+
21. remove pip freeze info
6670
22. Any other changes like python versions ect
6771
23. Create pull requests
6872
24. merge PRs`
73+
- In order as RTD fails until previous master egg has the new version
6974

7075
For Java in github do a new release and include JavaSpiNNaker/SpiNNaker-front-end/target/spinnaker-exe.jar

0 commit comments

Comments
 (0)