Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
慢慢CG
TDengine
提交
b8e2583c
T
TDengine
项目概览
慢慢CG
/
TDengine
与 Fork 源项目一致
Fork自
taosdata / TDengine
通知
1
Star
0
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
T
TDengine
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
b8e2583c
编写于
8月 30, 2020
作者:
sangshuduo
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
upgrade to 2.0.2.0
上级
2a23fa0a
变更
2
显示空白变更内容
内联
并排
Showing
2 changed file
with
11 addition
and
6 deletion
+11
-6
snap/hooks/install
snap/hooks/install
+4
-1
snap/snapcraft.yaml
snap/snapcraft.yaml
+7
-5
未找到文件。
snap/hooks/install
浏览文件 @
b8e2583c
...
...
@@ -5,7 +5,7 @@ if [ ! -d /var/lib/taos ]; then
fi
if
[
!
-d
/var/log/taos
]
;
then
mkdir
-p
-
m
777
/var/log/taos
mkdir
-p
-
-mode
=
777 /var/log/taos
fi
if
[
!
-d
/etc/taos
]
;
then
...
...
@@ -13,5 +13,8 @@ if [ ! -d /etc/taos ]; then
fi
if
[
!
-f
/etc/taos/taos.cfg
]
;
then
if
[
!
-d
/etc/taos
]
;
then
mkdir
-p
/etc/taos
fi
cp
$SNAP
/etc/taos/taos.cfg /etc/taos/taos.cfg
fi
snap/snapcraft.yaml
浏览文件 @
b8e2583c
name
:
tdengine
base
:
core18
# the base snap is the execution environment for this snap
version
:
'
2.0.
1.1
'
# just for humans, typically '1.2+git' or '1.3.2'
version
:
'
2.0.
2.0
'
# just for humans, typically '1.2+git' or '1.3.2'
icon
:
snap/gui/t-dengine.svg
summary
:
an open-source big data platform designed and optimized for IoT.
description
:
|
...
...
@@ -22,6 +22,8 @@ apps:
taos
:
command
:
taoswrapper.sh
environment
:
HOME
:
/home/$USER
plugs
:
-
network
-
system-observe
...
...
@@ -79,7 +81,7 @@ parts:
mkdir -p $SNAPCRAFT_STAGE/var/lib/taos
fi
if [ ! -d $SNAPCRAFT_STAGE/var/log/taos ]; then
mkdir -p $SNAPCRAFT_STAGE/var/log/taos
mkdir -p
--mode=777
$SNAPCRAFT_STAGE/var/log/taos
fi
prime
:
...
...
@@ -87,16 +89,16 @@ parts:
-
usr/bin/taosd
-
usr/bin/taos
-
usr/bin/taosdemo
-
usr/lib/libtaos.so.2.0.
1.1
-
usr/lib/libtaos.so.2.0.
2.0
-
usr/lib/libtaos.so.1
-
usr/lib/libtaos.so
override-prime
:
|
snapcraftctl prime
if [ ! -d $SNAPCRAFT_
STAG
E/var/lib/taos ]; then
if [ ! -d $SNAPCRAFT_
PRIM
E/var/lib/taos ]; then
cp -rf $SNAPCRAFT_STAGE/var/lib/taos $SNAPCRAFT_PRIME
fi
if [ ! -d $SNAPCRAFT_
STAG
E/var/log/taos ]; then
if [ ! -d $SNAPCRAFT_
PRIM
E/var/log/taos ]; then
cp -rf $SNAPCRAFT_STAGE/var/log/taos $SNAPCRAFT_PRIME
fi
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录