libICEpost.scripts.applyPatches

Attributes

packages

Functions

patchPackage(→ None)

Patch the given packages with the corresponding patch files.

main()

Module Contents

libICEpost.scripts.applyPatches.patchPackage(pack: str, patch: str) None[source]

Patch the given packages with the corresponding patch files.

Parameters:
  • pack (str) – Package to patch

  • patch (str) – Patch file to use for patching

libICEpost.scripts.applyPatches.packages
libICEpost.scripts.applyPatches.main()[source]