Skip to content

Instantly share code, notes, and snippets.

@tvvocold
Last active August 29, 2015 14:18
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tvvocold/3935ce2fc65dd14a5e48 to your computer and use it in GitHub Desktop.
Save tvvocold/3935ce2fc65dd14a5e48 to your computer and use it in GitHub Desktop.
指南
<section data-background-transition='zoom' data-transition='concave' data-background='http://fdorg.qiniudn.com/galaxy-10996_1280.jpg' data-state='blackout'>
<h1><a href='http://copr.fdzh.org'>Copr</a> 编译指南</h1></br>
<h3> Build Once, Run Anywhere.</h3></br></br></br>
<aside>Tips:按 空格 或 点击>箭头 继续</aside>
</section>
<section data-transition='concave'>
<p> Copr 依赖 FAS 账户,如果您没有请点击 sign up 注册</p>
<img src="http://pic.fdzh.org/uploads/2015/04/20150403175611.png" style="width: 900px;">
</section>
<section data-transition='concave'>
<section>
<p>登录后,点击"add a new project"即可新建项目.</p>
<img src="http://pic.fdzh.org/uploads/2015/04/copr2.png" style="width: 900px;">
</section>
</section>
<section>
<p>按图,填入项目名称,简介及安装指南</p>
<img src="http://pic.fdzh.org/uploads/2015/04/demo1.png" style="width:900px;">
</section>
<section>
<p>如图,自行选择项目编译环境,可选源(非必要)</p>
<img src="http://pic.fdzh.org/uploads/2015/04/demo2.png" style="width:900px;">
<p>可用变量替换发行号(如 $releasever 替换 7)和架构(用 $basearch 替换 x86_64)以兼容多平台。<p>
</section>
<section>
<p>或添加<br>初始编译任务(可留空稍后添加)并点击 Create 创建</p>
<img src="http://pic.fdzh.org/uploads/2015/04/demo3.png" style="width:900px;">
</section>
<section>
<p>进入创建的项目,提交一个编译任务</p>
<p>点击 New Build 并添加 src.rpm 地址(可托管到 <a href="http://fdzh.org/srpm">七牛云储存</a> )</p>
<img src="http://pic.fdzh.org/uploads/2015/04/demo5.png" style="width:800px;">
</section>
<section>
<p>点击 Build 即可创建</p>
<p>如图,编译任务正在提交中</p>
<img src="http://pic.fdzh.org/uploads/2015/04/demo6.png" style="width:800px;">
</section>
<section>
<p>点击 Monitor 即可查看任务状态</p>
<p>如图所示,可看到编译任务的状态(目前正在编译中)</p>
<img src="http://pic.fdzh.org/uploads/2015/04/demo7.png" style="width:800px;">
</section>
<section>
<p>等待编译完成/失败</p>
<img src="http://pic.fdzh.org/uploads/2015/04/demo8.png" style="width:800px;">
</section>
<section>
<p>处理失败编译 重新提交/删除 (resubmit/delete)</p>
<img src="http://pic.fdzh.org/uploads/2015/04/demo9.png" style="width:900px;">
<p>点击 Results 可查看环境安装日志(root.log), 编译日志(build.log)等</p>
</section>
<section>
<p>使用成果吧!</p>
<img src="http://pic.fdzh.org/uploads/2015/04/demo11.png" style="width:900px;">
<p>直接安装 sudo dnf install https://copr-be.cloud.fdzh.org/results/...</p>
<p><a href='https://github.com/FZUG/repo/wiki/FZUG'>或添加FZUG源</a></p>
</section>
<section>
<h4><a href='https://copr.fdzh.org'>Copr</a> is Powered by <a href='http://www.ucloud.cn/?ref=fdzh.org'>UCloud</a>, <a href='https://github.com/1dot75cm'>Bowen</a> & <a href='https://github.com/FZUG'>FZUG</a></h4>
<img src="http://fdorg.qiniudn.com/galaxy-10996_1280.jpg" style="width:700px;">
<p>更多详情请查看 <a href='https://github.com/FZUG/Copr/wiki/FAQ'>FAQ</a> </p>
</section>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment