Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
6f7630a9
Commit
6f7630a9
authored
Aug 09, 2019
by
James Lin
Committed by
James D. Lin
Aug 12, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix some typos in flutter/dev/bots/README.md
parent
4b73746a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
README.md
dev/bots/README.md
+3
-3
No files found.
dev/bots/README.md
View file @
6f7630a9
...
@@ -205,21 +205,21 @@ For example To remove a published package corresponding to the git hash
...
@@ -205,21 +205,21 @@ For example To remove a published package corresponding to the git hash
see what it will do:
see what it will do:
```
```
$ dart ./unpublish_pac
ak
ge.dart --temp_dir=/tmp/foo --revision d444a455de87a2e40b7f576dc12ffd9ab82fd491
$ dart ./unpublish_pac
ka
ge.dart --temp_dir=/tmp/foo --revision d444a455de87a2e40b7f576dc12ffd9ab82fd491
```
```
And once you've verified the output of the dry run to be sure it is what you
And once you've verified the output of the dry run to be sure it is what you
want to do, run:
want to do, run:
```
```
$ dart ./unpublish_pac
ak
ge.dart --confirm --temp_dir=/tmp/foo --revision d444a455de87a2e40b7f576dc12ffd9ab82fd491
$ dart ./unpublish_pac
ka
ge.dart --confirm --temp_dir=/tmp/foo --revision d444a455de87a2e40b7f576dc12ffd9ab82fd491
```
```
and it will actually perform the actions. You will of course need to have access
and it will actually perform the actions. You will of course need to have access
to the cloud storage server and have gsutil installed in order to perform this
to the cloud storage server and have gsutil installed in order to perform this
operation. Only runs on Linux or macOS systems.
operation. Only runs on Linux or macOS systems.
See
`dart ./unpublish_pac
ak
ge.dart --help`
for more details.
See
`dart ./unpublish_pac
ka
ge.dart --help`
for more details.
Once the package is unpublished, it will not be available from the website for
Once the package is unpublished, it will not be available from the website for
download, and will not be rebuilt (even though there is a tagged revision in the
download, and will not be rebuilt (even though there is a tagged revision in the
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment