]> git.proxmox.com Git - dab.git/commit
closure: fix package ordering
authorDietmar Maurer <dietmar@proxmox.com>
Mon, 26 Jun 2017 07:58:53 +0000 (09:58 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Mon, 26 Jun 2017 07:58:53 +0000 (09:58 +0200)
commita922f88f4abeea8ff9d268ea2bd9dcadab9b98e2
tree0c9cfe1714ac950ab713a82c0c6312bb0fdaef97
parent61888137e1f88971c17129384632a0d60c014783
closure: fix package ordering

We cannot use perl 'keys', because that return a list with random
order. Some packages use preinst scripts (run at unpack time), so
package order is important.
DAB.pm