From f283fbea934a1a2bad3fa1df25a82717e6b11aac Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 18 Jul 2018 20:43:41 +0300 Subject: Implement temp directory facility --- bdep/publish.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bdep/publish.cxx') diff --git a/bdep/publish.cxx b/bdep/publish.cxx index 0fbe02d..2a74262 100644 --- a/bdep/publish.cxx +++ b/bdep/publish.cxx @@ -333,7 +333,7 @@ namespace bdep // Prepare package archives and calculate their checksums. Also verify // each archive with bpkg-pkg-verify for good measure. // - auto_rmdir dr_rm (dir_path ("/tmp/publish")); //@@ TODO tmp facility like in bpkg. + auto_rmdir dr_rm (tmp_dir ("publish")); const dir_path& dr (dr_rm.path); // dist.root mk (dr); -- cgit v1.1