[Bug 731036] New: Plenty of temporary files/directories are not removed

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Sat May 31 02:01:55 PDT 2014


https://bugzilla.gnome.org/show_bug.cgi?id=731036
  GStreamer | packages | git

           Summary: Plenty of temporary files/directories are not removed
    Classification: Platform
           Product: GStreamer
           Version: git
        OS/Version: Linux
            Status: NEW
          Severity: major
          Priority: Normal
         Component: packages
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: bilboed at bilboed.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


This is exacerbated on osx/ios btw

During the various phases (building recipes and doing packaging), plenty of
temporary files and directories are created that are never cleaned up.

git grep tempfile shows these modules creating temporary files:
bootstrap/osx.py
bootstrap/windows.py
build/oven.py
build/recipe.py
ide/xcode/fwlib.py
packages/debian.py
packages/osx/buildtools.py
packages/osx/bundles.py
packages/osx/packager.py
packages/rpm.py
packages/wix_packager.py
tools/osxuniversalgenerator.py
utils/shell.py


Let's make temporary files/directories exactly that, temporary. And avoid
spamming computers with sometimes (on osx) several hundred megabytes of leaked
files for each packaging

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list