[PATCH 5/6] docs: newreposetup: Drop section about 'libvirt project server'

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Now that most things were migrated out of the old server which hosted
the 'libvirt.org' web (now handles only 'https://download.libvirt.org')
which no longer even hosts the cgit web interface (any link redirects to
gitlab) the whole section now is obsolete. Remove it.

Signed-off-by: Peter Krempa <pkrempa@xxxxxxxxxx>
---
 docs/newreposetup.rst | 34 ----------------------------------
 1 file changed, 34 deletions(-)

diff --git a/docs/newreposetup.rst b/docs/newreposetup.rst
index d5375b23ea..17f74d8659 100644
--- a/docs/newreposetup.rst
+++ b/docs/newreposetup.rst
@@ -129,37 +129,3 @@ required under the **Settings** page:

 In the master git repository create a file `.github/lockdown.yml` to restrict
 use of issue tracker and pull requests.
-
-
-libvirt.org
-===========
-
-The `libvirt project server <https://libvirt.org>`_ hosts read-only mirrors of
-all the libvirt Git repositories in the directory ``/data/git``.
-
-When creating a new repository the following steps are required:
-
-* Create repo with
-  ::
-
-     $ sudo su -
-     # cd /data/git
-     # mkdir $repo.git
-     # cd $repo.git
-     # git init --bare
-     # touch export
-     # touch git-daemon-export-ok
-     # cd ..
-     # chown -R gitmirror.gitmirror $repo.git
-     # chmod -R g+w $repo.git
-     # find -type d $repo.git | xargs chmod g+s
-
-* Set the ``description`` and ``config`` files following other repos' example
-
-* Setup mirroring
-  ::
-
-    $ sudo su - gitmirror
-    # ./newrepo.sh /data/git/$repo.git
-    # cd mirrors
-    # $HOME/sync-one.sh $repo.git
-- 
2.46.0




[Index of Archives]     [Virt Tools]     [Libvirt Users]     [Lib OS Info]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]     [Fedora Tools]

  Powered by Linux