Skip to content

Commit

Permalink
Avoid polluting device dirs with python bytecode
Browse files Browse the repository at this point in the history
Devices with releasetools python modules are generating pyc files
when said modules are invoked, which then blocks repo's ability to
clean up the environment. Prevent generation of said files.
  • Loading branch information
rmcc committed Sep 30, 2013
1 parent 4409dcd commit b20159a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ then
SYNC_PROTO=http
fi

export PYTHONDONTWRITEBYTECODE=1

# colorization fix in Jenkins
export CL_RED="\"\033[31m\""
export CL_GRN="\"\033[32m\""
Expand Down

0 comments on commit b20159a

Please sign in to comment.