通过manifest清单导入项目到gitlab中

文章目录

说明

从gitlab 11.2引入此功能。

GitLab 允许根据manifest清单文件(如 Android 存储库使用的清单文件)导入所需的 Git 存储库。

使用manifest得要求

  • GitLab 必须对其数据库使用 PostgreSQL。
  • 至少是要导入到的目标组上的维护者角色。将开发人员角色用于此目的已在 GitLab 15.8 中弃用,并将在 GitLab 16.0 中删除。
  • 项目的权限必须是public。
  • manifest是基于用户来区别的,也就是说如果你在gitlab上已经成功导入过,那要想再次导入只能通过别的用户再导入。

Manifest 格式

  • manifest清单必须是 XML 文件。
  • 必须有一个remote 的tag,并且里面的 review 属性包含指向 Git 服务器的 URL。
  • 每个项目project 的tag需要有 namepath 属性。GitLab 通过将remote tag中的 URL 与项目名称组合来构建存储库的 URL。路径属性用于表示 GitLab 中的项目路径。

演示示例

AOSP示例文件:https://android.googlesource.com/platform/manifest/+/2d6f081a3b05d8ef7a2b1b52b0d536b2b74feab4/default.xml

案例如下:

bash 复制代码
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
  <remote  review="https://gitlabjh.bdeet.top/group/" />
  <project path="test/group/agent" name="agent.git" />
  <project path="test/group/codeowners" name="codeowners.git"/>
  <project path="test/group/ds-c" name="ds-c.git" />
  <project path="test/group/ds-c-2" name="ds-c-2.git" />
  <project path="test/group/ds-c-4" name="ds-c-4.git" />
  <project path="test/group/Frontendy" name="Frontend.git" />
  <project path="test/group/terrafrom" name="terrafrom.git" />
</manifest>

导入的过程如下:

相关推荐
A ?Charis6 小时前
Gitlab-runner running on Kubernetes - hostAliases
容器·kubernetes·gitlab
秋说13 小时前
开源代码管理平台Gitlab如何本地化部署并实现公网环境远程访问私有仓库
gitlab·源代码管理
极小狐16 小时前
驭码上新,AI Code Review、基于代码库的知识问答,让研发起飞
gitlab·devsecops·devops·极狐gitlab·安全合规
蚊子不吸吸1 天前
DevOps开发运维简述
linux·运维·ci/cd·oracle·kubernetes·gitlab·devops
花开莫与流年错_4 天前
GitLab代码仓管理安装配置使用
运维·服务器·git·gitlab·配置·代码仓
极小狐7 天前
如何打开/关闭 GitLab 的版本检查功能?
gitlab·devsecops·devops·极狐gitlab·安全合规
玉石俱焚ing8 天前
ubuntu20上部署gitlab并开启ipv6访问
运维·gitlab
謬熙8 天前
GitHub、Gitee、GitLab介绍
gitee·gitlab·github
云围8 天前
Soanrquber集成Gitlab 之 导入Gitlab项目
运维·ci/cd·gitlab·devops
云围8 天前
Soanrquber集成Gitlab 之 gitlab用户配置和身份验证
ci/cd·gitlab·github·devops