Make crew list installed run faster (#3749)

* Make crew list installed run faster

Generate the list of installed packages in a more efficient manner.

* Bump version
This commit is contained in:
Casey Strouse
2020-01-05 10:44:52 -07:00
committed by Ed Reel
parent e8f8257fd4
commit a305155e0a
2 changed files with 5 additions and 10 deletions

View File

@@ -1,6 +1,6 @@
# Defines common constants used in different parts of crew
CREW_VERSION = '1.2.8'
CREW_VERSION = '1.2.9'
ARCH = `uname -m`.strip
ARCH_LIB = if ARCH == 'x86_64' then 'lib64' else 'lib' end