Navigation Menu

Skip to content

Commit

Permalink
ostree: Drop
Browse files Browse the repository at this point in the history
This moved into a separate project:
https://github.com/cockpit-project/cockpit-ostree

Closes #9784
  • Loading branch information
martinpitt committed Aug 4, 2018
1 parent d6a09c3 commit 0462364
Show file tree
Hide file tree
Showing 25 changed files with 2 additions and 3,249 deletions.
1 change: 0 additions & 1 deletion Makefile.am
Expand Up @@ -156,7 +156,6 @@ WEBPACK_PACKAGES = \
kubernetes \
machines \
networkmanager \
ostree \
ovirt \
pcp \
packagekit \
Expand Down
2 changes: 0 additions & 2 deletions bots/image-prepare
Expand Up @@ -125,8 +125,6 @@ def run_install_script(machine, do_build, do_install, skips, arg, args):
skips = list(skips or [])
if "atomic" in machine.image:
skips.append("cockpit-kubernetes")
else:
skips.append("cockpit-ostree")

skip_args = [" --skip '%s'" % skip for skip in skips]
cmd = "cd /var/tmp; ./%s.install%s%s%s%s%s%s" % (machine.image,
Expand Down
1 change: 0 additions & 1 deletion bots/images/scripts/lib/atomic.install
Expand Up @@ -46,7 +46,6 @@ class AtomicCockpitInstaller:
"cockpit-docker",
"cockpit-kdump",
"cockpit-networkmanager",
"cockpit-ostree",
"cockpit-sosreport" ]

def __init__(self, rpms=None, verbose=False):
Expand Down
1 change: 0 additions & 1 deletion doc/guide/Makefile-guide.am
Expand Up @@ -29,7 +29,6 @@ GUIDE_INCLUDES = \
doc/guide/feature-kubernetes.xml \
doc/guide/feature-machines.xml \
doc/guide/feature-networkmanager.xml \
doc/guide/feature-ostree.xml \
doc/guide/feature-packagekit.xml \
doc/guide/feature-pcp.xml \
doc/guide/feature-realmd.xml \
Expand Down
1 change: 0 additions & 1 deletion doc/guide/cockpit-guide.xml
Expand Up @@ -49,7 +49,6 @@
<xi:include href="feature-selinux.xml"/>
<xi:include href="feature-tuned.xml"/>
<xi:include href="feature-sosreport.xml"/>
<xi:include href="feature-ostree.xml"/>
<xi:include href="feature-packagekit.xml"/>
<xi:include href="feature-virtualmachines.xml"/>
<xi:include href="feature-ovirt.xml"/>
Expand Down
10 changes: 0 additions & 10 deletions doc/guide/feature-ostree.xml

This file was deleted.

0 comments on commit 0462364

Please sign in to comment.