update_patches.py 320 B

123456789101112
  1. #!/usr/bin/env python3
  2. # Copyright (c) 2018 The ungoogled-chromium Authors. All rights reserved.
  3. # Use of this source code is governed by a BSD-style license that can be
  4. # found in the LICENSE file.
  5. """
  6. Refreshes patches of all configs via quilt until the first patch that
  7. requires manual modification
  8. """
  9. # TODO