Skip to content

Commit

Permalink
Save and Restore config back-up files during rpm update rockstor#2660
Browse files Browse the repository at this point in the history
Rockstor-core counterpart to rockstor-rpmbuild repo issue.
- Updates pyproject.toml and build.sh to new version.
  • Loading branch information
phillxnet committed Aug 18, 2023
1 parent b4aa4e1 commit eb4d044
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ echo

# Add js libs. See: https://github.com/rockstor/rockstor-jslibs
# Set jslibs_version of GitHub release:
jslibs_version=5.0.2
jslibs_version=5.0.3
jslibs_url=https://github.com/rockstor/rockstor-jslibs/archive/refs/tags/"${jslibs_version}".tar.gz

# Check for rpm embedded, or previously downloaded jslibs.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "rockstor"
version = "5.0.2"
version = "5.0.3"
description = "Btrfs Network Attached Storage (NAS) Appliance."
homepage = "https://rockstor.com/"
repository = "https://github.com/rockstor/rockstor-core"
Expand Down

0 comments on commit eb4d044

Please sign in to comment.