mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
build.py: Add printing of date and time at the end of build.py
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
5ae3e7a8d1
commit
85808cde47
1 changed files with 3 additions and 0 deletions
|
|
@ -12,6 +12,7 @@ from sets import Set
|
|||
import pwd
|
||||
import argparse
|
||||
import time
|
||||
import datetime
|
||||
|
||||
all_deps = Set()
|
||||
dep_tree = {}
|
||||
|
|
@ -112,3 +113,5 @@ order = [m for m in order if m not in exclude]
|
|||
print "order is: " + ' '.join(order)
|
||||
build(order, target)
|
||||
|
||||
print datetime.datetime.now().strftime("%Y-%m-%d %H:%M:%S")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue