srchub-install

srchub-install Commit Details


Date:2015-10-31 23:05:52 (9 years 1 month ago)
Author:Natalie Adams
Branch:master
Commit:98bac49c3fae86e3c42c4accacce9cff5852debd
Parents: c16e13938724a0c9139e7744cbf6b6b9021c592e
Message:updating installer

Changes:

File differences

srchub-install.py
235235
236236
237237
238
238
239239
240240
241241
percent = 0
i = 0
for package in packages:
d.gauge_update(percent, "Installing " + package)
d.gauge_update(percent, "Installing " + package, update_text=True)
install_package(package)
i += 1
percent = (i / len(packages)) * 100

Archive Download the corresponding diff file

Branches

Number of commits:
Page rendered in 0.06959s using 14 queries.