Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openanolis
inclavare-containers
提交
11ec5ace
I
inclavare-containers
项目概览
openanolis
/
inclavare-containers
通知
4
Star
7
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
5
列表
看板
标记
里程碑
合并请求
0
分析
仓库
DevOps
项目成员
Pages
I
inclavare-containers
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
5
Issue
5
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
11ec5ace
编写于
7月 23, 2020
作者:
S
shirong
提交者:
jia zhang
7月 23, 2020
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
rune && shim: Rename dist/centos to dist/rpm
Signed-off-by:
N
shirong
<
shirong@linux.alibaba.com
>
上级
75809904
变更
4
显示空白变更内容
内联
并排
Showing
4 changed file
with
2 addition
and
2 deletion
+2
-2
rune/dist/Makefile
rune/dist/Makefile
+1
-1
rune/dist/rpm/rune.spec
rune/dist/rpm/rune.spec
+0
-0
shim/dist/Makefile
shim/dist/Makefile
+1
-1
shim/dist/rpm/shim-rune.spec
shim/dist/rpm/shim-rune.spec
+0
-0
未找到文件。
rune/dist/Makefile
浏览文件 @
11ec5ace
...
...
@@ -11,7 +11,7 @@ ifneq ($(RELEASE_TARBALL_EXIST), y)
endif
rpm
:
release-tarball
@
rpmbuild
-D
"_topdir
$(RPMBUILD_DIR)
"
-ba
centos
/rune.spec
@
rpmbuild
-D
"_topdir
$(RPMBUILD_DIR)
"
-ba
rpm
/rune.spec
@
cp
$(RPMBUILD_DIR)
/RPMS/x86_64/
*
.rpm
$(PROJECT_DIR)
@
rm
-rf
$(RPMBUILD_DIR)
@
echo
"the rpms of rune located in
$(PROJECT_DIR)
"
...
...
rune/dist/
centos
/rune.spec
→
rune/dist/
rpm
/rune.spec
浏览文件 @
11ec5ace
文件已移动
shim/dist/Makefile
浏览文件 @
11ec5ace
...
...
@@ -12,7 +12,7 @@ ifneq ($(RELEASE_TARBALL_EXIST), y)
endif
rpm
:
release-tarball
@
rpmbuild
-D
"_topdir
$(RPMBUILD_DIR)
"
-ba
centos
/shim-rune.spec
@
rpmbuild
-D
"_topdir
$(RPMBUILD_DIR)
"
-ba
rpm
/shim-rune.spec
@
cp
$(RPMBUILD_DIR)
/RPMS/x86_64/
*
.rpm
$(PROJECT_DIR)
@
rm
-rf
$(RPMBUILD_DIR)
@
echo
"the rpms of shim-rune located in
$(PROJECT_DIR)
"
...
...
shim/dist/
centos
/shim-rune.spec
→
shim/dist/
rpm
/shim-rune.spec
浏览文件 @
11ec5ace
文件已移动
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录