summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorTimothée Ravier <travier@redhat.com>2021-05-07 16:42:37 +0200
committerTimothée Ravier <travier@redhat.com>2021-05-07 16:55:03 +0200
commit02527f115e934d40a37a4b2b41f1a93eaf70732b (patch)
treeb08b769dbb945d65eb0faebbbf07cc836f7a01d6 /man
parentb8cca6cef14716987bbf7ef8f6edcbfc1688cc4c (diff)
downloadostree-02527f115e934d40a37a4b2b41f1a93eaf70732b.tar.gz
*: rename master to main in tests & examples
Diffstat (limited to 'man')
-rw-r--r--man/ostree-admin-deploy.xml10
-rw-r--r--man/ostree-admin-set-origin.xml2
-rw-r--r--man/ostree-admin-status.xml4
-rw-r--r--man/ostree-admin-undeploy.xml6
-rw-r--r--man/ostree-refs.xml2
5 files changed, 12 insertions, 12 deletions
diff --git a/man/ostree-admin-deploy.xml b/man/ostree-admin-deploy.xml
index 396d9016..fbb8b96a 100644
--- a/man/ostree-admin-deploy.xml
+++ b/man/ostree-admin-deploy.xml
@@ -146,12 +146,12 @@ Boston, MA 02111-1307, USA.
<para><command>$ ostree admin status</command></para>
<programlisting>
* gnome-ostree 67e382b11d213a402a5313e61cbc69dfd5ab93cb07.0
- origin refspec: gnome-ostree/buildmaster/x86_64-runtime
+ origin refspec: gnome-ostree/buildmain/x86_64-runtime
gnome-ostree ce19c41036cc45e49b0cecf6b157523c2105c4de1ce3.0
- origin refspec: gnome-ostree/buildmaster/x86_64-runtime
+ origin refspec: gnome-ostree/buildmain/x86_64-runtime
</programlisting>
-<para><command>$ ostree admin deploy gnome-ostree/buildmaster/x86_64-runtime</command></para>
+<para><command>$ ostree admin deploy gnome-ostree/buildmain/x86_64-runtime</command></para>
<programlisting>
ostadmin: Creating deployment /ostree/deploy/gnome-ostree/deploy/7e382b11d213a402a5313e61cbc69dfd5ab93cb07.1
ostadmin: Processing /etc: 3 modified, 0 removed, 29 added
@@ -161,9 +161,9 @@ Boston, MA 02111-1307, USA.
<para><command>$ ostree admin status</command></para>
<programlisting>
gnome-ostree 67e382b11d213a402a5313e61cbc69dfd5ab93cb07.1
- origin refspec: gnome-ostree/buildmaster/x86_64-runtime
+ origin refspec: gnome-ostree/buildmain/x86_64-runtime
* gnome-ostree 67e382b11d213a402a5313e61cbc69dfd5ab93cb07.0
- origin refspec: gnome-ostree/buildmaster/x86_64-runtime
+ origin refspec: gnome-ostree/buildmain/x86_64-runtime
</programlisting>
</refsect1>
diff --git a/man/ostree-admin-set-origin.xml b/man/ostree-admin-set-origin.xml
index ffa5cd20..c52c410c 100644
--- a/man/ostree-admin-set-origin.xml
+++ b/man/ostree-admin-set-origin.xml
@@ -93,6 +93,6 @@ Boston, MA 02111-1307, USA.
<refsect1>
<title>Example</title>
- <para><command>$ ostree admin set-origin exampleos http://os.example.com/repo exampleos/10.0/master/router</command></para>
+ <para><command>$ ostree admin set-origin exampleos http://os.example.com/repo exampleos/10.0/main/router</command></para>
</refsect1>
</refentry>
diff --git a/man/ostree-admin-status.xml b/man/ostree-admin-status.xml
index 096c0dae..020c601a 100644
--- a/man/ostree-admin-status.xml
+++ b/man/ostree-admin-status.xml
@@ -68,9 +68,9 @@ Boston, MA 02111-1307, USA.
<para><command>$ ostree admin status</command></para>
<programlisting>
* gnome-ostree 67e382b11d213a402a5313e61cbc69dfd5ab93cb07.0
- origin refspec: gnome-ostree/buildmaster/x86_64-runtime
+ origin refspec: gnome-ostree/buildmain/x86_64-runtime
gnome-ostree ce19c41036cc45e49b0cecf6b157523c2105c4de1c.0
- origin refspec: gnome-ostree/buildmaster/x86_64-runtime
+ origin refspec: gnome-ostree/buildmain/x86_64-runtime
</programlisting>
</refsect1>
</refentry>
diff --git a/man/ostree-admin-undeploy.xml b/man/ostree-admin-undeploy.xml
index 818f12da..4fde382f 100644
--- a/man/ostree-admin-undeploy.xml
+++ b/man/ostree-admin-undeploy.xml
@@ -68,9 +68,9 @@ Boston, MA 02111-1307, USA.
<para><command>$ ostree admin status</command></para>
<programlisting>
* gnome-ostree 67e382b11d213a402a5313e61cbc69dfd5ab93cb07.0
- origin refspec: gnome-ostree/buildmaster/x86_64-runtime
+ origin refspec: gnome-ostree/buildmain/x86_64-runtime
gnome-ostree ce19c41036cc45e49b0cecf6b157523c2105c4de1c.0
- origin refspec: gnome-ostree/buildmaster/x86_64-runtime
+ origin refspec: gnome-ostree/buildmain/x86_64-runtime
</programlisting>
<para><command>$ ostree admin undeploy 1</command></para>
<programlisting>
@@ -81,7 +81,7 @@ Boston, MA 02111-1307, USA.
<para><command>$ ostree admin status</command></para>
<programlisting>
* gnome-ostree 67e382b11d213a402a5313e61cbc69dfd5ab93cb07.0
- origin refspec: gnome-ostree/buildmaster/x86_64-runtime
+ origin refspec: gnome-ostree/buildmain/x86_64-runtime
</programlisting>
</refsect1>
</refentry>
diff --git a/man/ostree-refs.xml b/man/ostree-refs.xml
index 0ba6b1d7..62aac5ce 100644
--- a/man/ostree-refs.xml
+++ b/man/ostree-refs.xml
@@ -144,7 +144,7 @@ Boston, MA 02111-1307, USA.
<para><command>$ ostree refs</command></para>
<programlisting>
my-branch
- gnome-ostree/buildmaster/x86_64-runtime
+ gnome-ostree/buildmain/x86_64-runtime
</programlisting>
</refsect1>
</refentry>