Inappropriate post-install commands for fedora

Bug #1371210 reported by Denis M.
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Trove Integration
Fix Committed
Critical
Denis M.

Bug Description

See
https://github.com/openstack/trove-integration/blob/master/scripts/files/elements/fedora-guest/post-install.d/90-apt-get-update

#!/bin/bash
# CONTEXT: GUEST after packages installed
# PURPOSE: do apt-get update to save each instance having to do all the work
set -e
set -o xtrace
apt-get update

Fedora is not a Ubuntu.

Denis M. (dmakogon)
Changed in trove-integration:
importance: Undecided → Medium
Denis M. (dmakogon)
Changed in trove-integration:
status: New → Confirmed
assignee: nobody → Denis M. (dmakogon)
importance: Medium → Critical
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to trove-integration (master)

Fix proposed to branch: master
Review: https://review.openstack.org/122730

Changed in trove-integration:
status: Confirmed → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to trove-integration (master)

Reviewed: https://review.openstack.org/122730
Committed: https://git.openstack.org/cgit/openstack/trove-integration/commit/?id=616042eeb72a6f700a47a9e92d0bab1f5bab2956
Submitter: Jenkins
Branch: master

commit 616042eeb72a6f700a47a9e92d0bab1f5bab2956
Author: Denis Makogon <email address hidden>
Date: Fri Sep 19 16:14:46 2014 +0300

    Fix post_install.d for Fedora distribution

    Reasons:
     - Fedora is not Ubuntu
     - Fedora uses 'yum' for software management

    Changes:
     - renaming file '90-apt-get-update' to '90-yum-update'
     - swapping 'apt-get update' to 'yum update'

    Change-Id: I212ab76ff6e302efcc955d26b7b1d978e4f204ca
    Closes-Bug: #1371210

Changed in trove-integration:
status: In Progress → Fix Committed
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.