ltsp bugs in 009-mock-chroot files

Bug #1188119 reported by James Ostrowick
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
LTSP5
Fix Released
Undecided
Joshua Trimm

Bug Description

if you choose a specific architecture when creating the client files, the following file is opened, however it has bugs in it:

/usr/share/ltsp/plugins/ltsp-build-client/RHEL/009-mock-chroot

line 21 reads:

MOCKFILE=$option_release_value".cfg

it should be:

MOCKFILE=$option_release_value

If you do not do this, it creates a file called :
/etc/ltsp/mock/epel-6-x86_64.cfg.cfg

Thats wrong.

line 30 reads:

BUILD=${BUILD:-i686}

it should read:

BUILD=${ARCH:-i686}

If the above change is not made, when it tries to execute the setarch command , it then will not work correctly.

Changed in ltsp:
assignee: nobody → Joshua Trimm (enslaver-l)
Revision history for this message
Joshua Trimm (enslaver-l) wrote :

Fixed. Will be included in 5.4.5-22

Changed in ltsp:
status: New → Fix Committed
Revision history for this message
Alkis Georgopoulos (alkisg) wrote :
Changed in ltsp:
status: Fix Committed → Fix Released
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.