Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
openeuler_risc-v_obs [2023/04/28 02:24] – [OCS 的安装配置] misaka00251openeuler_risc-v_obs [2023/04/28 02:25] (current) – [基于 OBS 构建 RPM 包] Add newer method misaka00251
Line 87: Line 87:
         <param name="archive">*.tar</param>         <param name="archive">*.tar</param>
         <param name="files">*/*</param>         <param name="files">*/*</param>
 +    </service>
 +</services>
 +</code>
 +
 +这里还有另一种更好的写法:
 +
 +<code>
 +<services>
 +    <service name="tar_scm">
 +      <param name="scm">git</param>
 +      <param name="url">git@gitee.com:misaka00251/nano.git</param>
 +      <param name="revision">master</param>
 +      <param name="exclude">*</param>
 +      <param name="extract">*</param>
     </service>     </service>
 </services> </services>