Xfce Wiki

Sub domains
 

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
xfce:xfce4-dev-tools:start [2024/11/23 11:38] – grammar improvement kevinbowenxfce:xfce4-dev-tools:start [2024/12/11 09:18] (current) – Update bug reporting link text. Add link for yml file kevinbowen
Line 15: Line 15:
 ---- ----
  
-===== xfce-build containerized build environment =====+===== xfce-build Containerized Build Environment =====
  
 This project also contains the code to build and deploy xfce-build to the This project also contains the code to build and deploy xfce-build to the
-[xfce-build area on Docker Hub](https://hub.docker.com/repository/docker/xfce/xfce-build/).+[[https://hub.docker.com/repository/docker/xfce/xfce-build/|xfce-build area on Docker Hub]].
 This container is the build environment used by Xfce to build the various projects. This container is the build environment used by Xfce to build the various projects.
 It can also be used as your own build environment as follows: It can also be used as your own build environment as follows:
Line 28: Line 28:
 </code> </code>
  
-The steps to build the container are encoded in the [`Dockerfile`](Dockerfilein +The steps to build the container are encoded in the [[https://gitlab.xfce.org/xfce/xfce4-dev-tools/-/blob/master/Dockerfile?ref_type=heads|Dockerfile]] in 
-this repository, and is built via the build job in [`.gitlab-ci.yml`](.gitlab-ci.yml).+this repository, and is built via the build job in [[https://gitlab.xfce.org/xfce/xfce4-dev-tools/-/blob/master/.gitlab-ci.yml?ref_type=heads|.gitlab-ci.yml]].
  
 ---- ----
  
-===== CI templates for Xfce =====+===== CI Templates for Xfce =====
  
-The [CI folder](ci/) contains the ''build_project.yml'' template for building the various +The [[https://gitlab.xfce.org/xfce/xfce4-dev-tools/-/tree/master/ci?ref_type=heads|CI folder]contains the [[https://gitlab.xfce.org/xfce/xfce4-dev-tools/-/blob/master/ci/build_project.yml?ref_type=heads|build_project.yml]] template for building the various 
-Xfce projects, as well as supporting scripts such as `build_libs.shwhich handles+Xfce projects, as well as supporting scripts such as [[https://gitlab.xfce.org/xfce/xfce4-dev-tools/-/blob/master/ci/build_libs.sh?ref_type=heads|build_libs.sh]] which handles
 building any needed dependencies. This helps us avoid repeating the same build building any needed dependencies. This helps us avoid repeating the same build
 code in each project. code in each project.
Line 48: Line 48:
 [[https://gitlab.xfce.org/xfce/xfce4-dev-tools/-/blob/master/NEWS|Read the CHANGELOG]] [[https://gitlab.xfce.org/xfce/xfce4-dev-tools/-/blob/master/NEWS|Read the CHANGELOG]]
  
-  * **[[https://archive.xfce.org/src/xfce/xfce4-dev-tools/|Download current release]]** (link also contains older versions)+  * **[[https://archive.xfce.org/src/xfce/xfce4-dev-tools/|Download current release]]** (older versions of this component are also available here)
  
 [[|Back to Top]] [[|Back to Top]]
Line 57: Line 57:
 ---- ----
 ===== Reporting Bugs ===== ===== Reporting Bugs =====
-  * **[[:xfce:xfce4-dev-tools:bugs|Reporting Bugs]]** -- Open bug reports and how to report new bugs+  * **[[:xfce:xfce4-dev-tools:bugs|Reporting Bugs]]** -- List of currently open bugs and instructions on how to submit new bug reports
  
 [[|Back to Top]] [[|Back to Top]]
 ---- ----
-[[:start|Back to main Xfce documentation page]]+[[:start|Return to Xfce Main Documentation Page]]