projects
/
tools
/
git-buildpackage-rpm-testdata.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e59a3ef
)
bootstrap: Fix one log message
author
Markus Lehtonen
<markus.lehtonen@linux.intel.com>
Tue, 10 Jun 2014 12:09:14 +0000
(15:09 +0300)
committer
Markus Lehtonen
<markus.lehtonen@linux.intel.com>
Tue, 10 Jun 2014 12:21:25 +0000
(15:21 +0300)
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
bootstrap.py
patch
|
blob
|
history
diff --git
a/bootstrap.py
b/bootstrap.py
index 05888a678ccc601bd4552dfaeff50ab6a262ab2c..ec6c321d8b547ec7ce83aac79bc79550556fd9ea 100755
(executable)
--- a/
bootstrap.py
+++ b/
bootstrap.py
@@
-139,7
+139,7
@@
def build_test_pkg(pkg_name, branch, outdir, silent_build=False):
for fname in os.listdir('%s/SOURCES' % builddir):
if (fnmatch(fname, 'gbp*tar.gz') or fnmatch(fname, 'gbp*tar.bz2') or
fnmatch(fname, 'gbp*zip')):
- LOG.debug('Copying %s -> %s' % (fname, o
ut
dir))
+ LOG.debug('Copying %s -> %s' % (fname, o
rig_
dir))
shutil.copy('%s/SOURCES/%s' % (builddir, fname), orig_dir)
shutil.rmtree(builddir)