X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=tools%2Fgen-repo.sh;h=b33291850ec571735a618a1a1506fab844a768e5;hb=41ae07e144e55fde42141824371d62f8193574bb;hp=e0d1a6655031d17dcdf6e865ccc54c9ed7206aef;hpb=da8a9c4fe65046e3ae854f5e7caa745528143175;p=osm%2Fdevops.git diff --git a/tools/gen-repo.sh b/tools/gen-repo.sh index e0d1a665..b3329185 100755 --- a/tools/gen-repo.sh +++ b/tools/gen-repo.sh @@ -155,4 +155,12 @@ cd $CURR_DIR/$REPO_BASE # copy over the changelog file [ "$CHANGE_LOG_FILE" ] && cp "$CHANGE_LOG_FILE" osm/debian/$RELEASE_DIR +IM_BASE="osm/debian/$RELEASE_DIR/pool/IM/osm-imdocs_" +if ls "$IM_BASE"* 1> /dev/null 2>&1; then + IM_TMP_DIR=$(mktemp -d) + dpkg -x "$IM_BASE"* $IM_TMP_DIR + mkdir osm/debian/$RELEASE_DIR/docs + cp -R $IM_TMP_DIR/usr/share/osm-im osm/debian/$RELEASE_DIR/docs +fi + rsync -avR $RSYNC_OPTIONS osm/debian/$RELEASE_DIR rsync://$RSYNC_USER_HOST/repos