Skip to content

Commit

Permalink
bump version to 4.8.2 + don't check for CVS easyconfigs anymore in sc…
Browse files Browse the repository at this point in the history
…ript to make releases
  • Loading branch information
boegel committed Oct 29, 2023
1 parent 098117c commit a0c1159
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
9 changes: 0 additions & 9 deletions scripts/create_source_tarball.sh
Original file line number Diff line number Diff line change
Expand Up @@ -250,15 +250,6 @@ if [[ "$repo" == "easybuild-easyconfigs" ]]; then
echo -e -n "\r>> checking whether all files in index actually exist in unpacked source tarball ... $idx/$file_cnt "
ok

# cfr. https://github.com/easybuilders/easybuild-easyconfigs/issues/10325
echo -n ">> checking for CVS easyconfigs in source tarball... "
CVS_easyconfigs=`ls $unpacked_sdist/easybuild/easyconfigs/c/CVS/*.eb 2> /dev/null`
if [ -z "$CVS_easyconfigs" ]; then
error "No CVS easyconfigs found in source tarball!"
else
ok
fi

fi

# all done checking, if no checks failed up until now, we're done!
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

# note: release candidates should be versioned as a pre-release, e.g. "1.1rc1"
# 1.1-rc1 would indicate a post-release, i.e., and update of 1.1, so beware
VERSION = '4.8.1'
VERSION = '4.8.2'


# Utility function to read README file
Expand Down

0 comments on commit a0c1159

Please sign in to comment.