[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[dak/master] Give read permissions to the comment file



As queue-viewer needs access to them.

Signed-off-by: Emilio Pozuelo Monfort <pochu@debian.org>
---
 scripts/debian/p-u-comment.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/scripts/debian/p-u-comment.sh b/scripts/debian/p-u-comment.sh
index 3794f85..9545470 100755
--- a/scripts/debian/p-u-comment.sh
+++ b/scripts/debian/p-u-comment.sh
@@ -65,6 +65,7 @@ tmpfile=$( gettempfile )
 destfile=${COMMAND}.${PACKAGE}
 
 cat > ${tmpfile}
+chmod a+r ${tmpfile}
 
 mv ${tmpfile} ${destfile}
 
-- 
2.1.4


Reply to: