Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Variables
tools.milestone Namespace Reference

Variables

str milestone_file = 'include/core/SkMilestone.h'
 
str usage
 
 milestone = int(sys.argv[1])
 
str text
 

Variable Documentation

◆ milestone

tools.milestone.milestone = int(sys.argv[1])

Definition at line 23 of file milestone.py.

◆ milestone_file

str tools.milestone.milestone_file = 'include/core/SkMilestone.h'

Definition at line 10 of file milestone.py.

◆ text

str tools.milestone.text
Initial value:
1= '''/*
2 * Copyright 2016 Google Inc.
3 *
4 * Use of this source code is governed by a BSD-style license that can be
5 * found in the LICENSE file.
6 */
7#ifndef SK_MILESTONE
8#define SK_MILESTONE %d
9#endif
10'''

Definition at line 29 of file milestone.py.

◆ usage

str tools.milestone.usage
Initial value:
1= '''
2usage:
3 git fetch
4 git checkout -b change_milestone origin/main
5 python %s MILESTONE_NUMBER
6 git add %s
7 git commit -m "Update Skia milestone."
8 git cl land
9
10'''

Definition at line 12 of file milestone.py.