+1
Regards,
Lei Rui
On 8/30/2020 20:46,Julian Feinauer wrote:
Hi folks,
as we just had a very positive discussion about the maturity of our community
[1] I want to formally start the vote if we want to start the graduation
process.
For Information about our maturity assessment please see [2
Hi,
> Xiangdong: But I wonder even all committers having signed PGP keys, how to
> use that in the release verification stage?
Hope these two links [1][2] helpful.
From my understanding, checking signatures include two steps.
The first step is to verify the connection of the file and the key.
+1 from PPMC.
There are two small problems in README though.
(1) The scripts in server/target/iotdb-server-0.10.0/sbin or
cli/target/iotdb-cli-0.10.0/sbin are not executable by default.
Therefore, before running the command "nohup sbin/start-server.sh >/dev/null
2>&1 &" as guided in README, u
s and doc links look somewhat problematical.
Regards,
Lei Rui
On 6/16/2020 23:53,Ray wrote:
Hi,
Before releasing RC3, I better bring up the problems I found today when
validating the staged release 0.10.0 RC2.
1. '0.10.0-SNAPSHOT' in ./site/pom.xml
Search for SNAPSHOT references:
Hi,
Before releasing RC3, I better bring up the problems I found today when
validating the staged release 0.10.0 RC2.
1. '0.10.0-SNAPSHOT' in ./site/pom.xml
Search for SNAPSHOT references: find . -type f -name 'pom.xml' -exec grep -l
"SNAPSHOT" {} \;
And ./site/pom.xml is returned.
I'm not