projects
/
osm
/
devops.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb15802
)
fixup changelog copy
44/5744/1
author
Mike Marchetti
<mmarchetti@sandvine.com>
Wed, 29 Nov 2017 18:38:41 +0000
(13:38 -0500)
committer
Mike Marchetti
<mmarchetti@sandvine.com>
Wed, 29 Nov 2017 18:38:41 +0000
(13:38 -0500)
Signed-off-by: Mike Marchetti <mmarchetti@sandvine.com>
tools/gen-repo.sh
patch
|
blob
|
history
diff --git
a/tools/gen-repo.sh
b/tools/gen-repo.sh
index
b1e768f
..
c7e7bc7
100755
(executable)
--- a/
tools/gen-repo.sh
+++ b/
tools/gen-repo.sh
@@
-113,7
+113,9
@@
mkdir -p $BASE_DIR/dists
cp -R $BUILD_NUMBER/dists/$IN_REPO $BASE_DIR/dists/$OUT_REPO
cp -R $BUILD_NUMBER/pool $BASE_DIR/
-[ -d "$BUILD_NUMBER/changelog" ] && cp -R $BUILD_NUMBER/changelog $BASE_DIR/
+
+echo "copy changelog from $BUILD_NUMBER/changelog to $BASE_DIR/"
+cp -R $BUILD_NUMBER/changelog $BASE_DIR/
cd $BASE_DIR