projects
/
mass-build.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
dd32714
)
disable debug warning
author
Ralf Jung
<post@ralfj.de>
Thu, 2 Aug 2012 14:55:34 +0000
(16:55 +0200)
committer
Ralf Jung
<post@ralfj.de>
Thu, 2 Aug 2012 14:55:34 +0000
(16:55 +0200)
build_system.py
patch
|
blob
|
history
diff --git
a/build_system.py
b/build_system.py
index 9802fc4b6c528edb23013878668896d4c1b816fd..253348e25e79559d13dc530cd4b3be0a0877ed3b 100644
(file)
--- a/
build_system.py
+++ b/
build_system.py
@@
-74,5
+74,5
@@
try:
subprocess.check_call(['sudo', 'dpkg', '--install'] + files)
except ImportError:
subprocess.check_call(['sudo', 'dpkg', '--install'] + files)
except ImportError:
- print "auto_debuild not found, disabling auto-debuild system"
+
#
print "auto_debuild not found, disabling auto-debuild system"
pass
pass