Repository: incubator-edgent Updated Branches: refs/heads/develop d1a620cfc -> 1e5367237
update download script for LICENSE removal Project: http://git-wip-us.apache.org/repos/asf/incubator-edgent/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-edgent/commit/1e536723 Tree: http://git-wip-us.apache.org/repos/asf/incubator-edgent/tree/1e536723 Diff: http://git-wip-us.apache.org/repos/asf/incubator-edgent/diff/1e536723 Branch: refs/heads/develop Commit: 1e53672378c59d5a34d07dd3af84fea6866f0191 Parents: d1a620c Author: Dale LaBossiere <dlab...@us.ibm.com> Authored: Mon Dec 11 13:22:26 2017 -0500 Committer: Dale LaBossiere <dlab...@us.ibm.com> Committed: Mon Dec 11 13:22:26 2017 -0500 ---------------------------------------------------------------------- buildTools/download_edgent_asf.sh | 2 -- 1 file changed, 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/1e536723/buildTools/download_edgent_asf.sh ---------------------------------------------------------------------- diff --git a/buildTools/download_edgent_asf.sh b/buildTools/download_edgent_asf.sh index 55d432b..64c748f 100755 --- a/buildTools/download_edgent_asf.sh +++ b/buildTools/download_edgent_asf.sh @@ -112,7 +112,6 @@ fi mkdir -p ${DST_VER_DIR} cd ${DST_VER_DIR} -mywget ${URL}/LICENSE mywget ${URL}/README mywget ${URL}/RELEASE_NOTES getSignedBundle ${URL}/apache-edgent-${VER}-incubating-source-release.tar.gz @@ -121,7 +120,6 @@ getSignedBundle ${URL}/apache-edgent-${VER}-incubating-source-release.zip #mkdir binaries #cd binaries #URL=${URL}/binaries -#mywget ${URL}/LICENSE #getSignedBundle ${URL}/apache-edgent-${VER}-incubating-bin.tar.gz echo