Hello !  

I frequently follow the updates of fossil and sqlite but I noticed that my
sqlite clone stop updating the source tree at this commit :  

fossil status
repository:?? ..../sqlite3/../sqlite.fossil
local-root:?? ..../sqlite3/
config-db:?? ..../.fossil
checkout:???? ec653cbcae74ecab4ec9df0548d5836e81dc5d14 2016-01-30
14:53:06 UTC
parent:?????? 96b780209cc95c3f3769bb880591380d94bfe38d 2016-01-30
14:17:10 UTC
tags:???????? clear-subtype-fail
comment:????? Take care to clear the subtype on VDBE registers when the
value
????????????? of the register is overwritten with new content.
(user: drh)  

I usually use this scripts to update my cloned respositories:  

./do-update-fossil.sh  

fossil update
make
strip fossil
cp fossil $HOME/bin  

./do-update-sqlite.sh  

fossil update
make
strip sqlite3
cp sqlite3 $HOME/bin  

?  

Someone can give any help on this isssue ?  

Cheers !  

?  

?

Reply via email to