• R/O
  • HTTP
  • SSH
  • HTTPS

current: Commit

This is for active development.
New funtionalities are to be added actively.


Commit MetaInfo

Revisionce685cc932100396ef296fce59556d4ff07466a7 (tree)
Time2018-07-19 09:11:55
AuthorMamoru Sakaue / MwGhennndo <glmwghennndo@user...>
CommiterMamoru Sakaue / MwGhennndo

Log Message

The messege at the termination by loss of unionfs lower layer image is fixed not to give wrong instruction to reset the database.

Changes to be committed:

modified: lib/libfs.sh
modified: lib/libmain.sh

Change Summary

Incremental Difference

--- a/lib/libfs.sh
+++ b/lib/libfs.sh
@@ -179,6 +179,7 @@ fs_fix_unionfs_image_if_hidden ()
179179 else
180180 message_echo "ERROR: Failed to recover a lost mandatory file due to unknown reasons: $needlepath" >&2
181181 fi
182+ database_maintain_refresh_if_obsolete () { :; }
182183 exit 1
183184 }
184185
--- a/lib/libmain.sh
+++ b/lib/libmain.sh
@@ -12,7 +12,7 @@ main_set_version ()
1212 MYVERSION=4.0.1
1313 COMPATIBLE_VERSIONS='^(4\.[0]\.[0-1])$'
1414 # Template for development versions
15- MYVERSION=4.0.0+toward_4.0.1_20180717232318
15+ MYVERSION=4.0.0+toward_4.0.1_20180719080919
1616 COMPATIBLE_VERSIONS='^(4\.[0]\.[0-1]]|4\.[0]\.[0]+(|\+toward_4\.[0]\.[1]+_[0-9]+))$'
1717 }
1818
Show on old repository browser