[yocto] [yocto-autobuilder][PATCH] bin/release_scripts/release.py
Graydon, Tracy
tracy.graydon at intel.com
Tue May 24 16:06:33 PDT 2016
Get rid of the extraneous DL_BASE line. It's not used and should have
been removed when I fixed the eclipse-plugin release path.
Signed-off-by: Graydon, Tracy <tracy.graydon at intel.com>
---
bin/release_scripts/release.py | 1 -
1 file changed, 1 deletion(-)
diff --git a/bin/release_scripts/release.py b/bin/release_scripts/release.py
index 2b4d21c..89f68be 100755
--- a/bin/release_scripts/release.py
+++ b/bin/release_scripts/release.py
@@ -351,7 +351,6 @@ if __name__ == '__main__':
VHOSTS = "/srv/www/vhosts"
AB_BASE = os.path.join(VHOSTS, "autobuilder.yoctoproject.org/pub/releases")
DL_DIR = os.path.join(VHOSTS, "downloads.yoctoproject.org/releases")
- DL_BASE = os.path.join(DL_DIR, "/releases/yocto")
ADT_BASE = os.path.join(VHOSTS, "adtrepo.yoctoproject.org")
# List of the directories we delete from all releases
--
2.7.0
More information about the yocto
mailing list