Nate Bosch
55f81f2210
Mass format python with yapf
...
- Add `.style.yapf` with configuration to use Google style.
- Run `yapf` on all `.py` files in this repo.
- Manually fix one trailing space in a doc string.
- Run `git cl format runtime` to satisfy presubmit.
Change-Id: I7e6bd11e91f07926b9188362599af398551eed79
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/111600
Commit-Queue: Nate Bosch <nbosch@google.com >
Reviewed-by: Alexander Thomas <athom@google.com >
2019-08-05 20:34:31 +00:00
William Hesse
1d0edd70e3
Debian package building should show all output to stdout
...
Bug: https://github.com/dart-lang/sdk/issues/31055
Change-Id: I464af3f09df73b19b1fc7cdfd1df133f649c7fe8
R=eernst@google.com ,ahe@google.com
Reviewed-on: https://dart-review.googlesource.com/13760
Reviewed-by: Peter von der Ahé <ahe@google.com >
Reviewed-by: Erik Ernst <eernst@google.com >
2017-10-13 14:18:33 +00:00
William Hesse
ca74c20f7a
Update name of a debian linux source package generated file.
...
BUG=
R=kustermann@google.com
Review URL: https://codereview.chromium.org/2267853002 .
2016-08-22 18:35:58 +02:00
zra@google.com
12e83bbd84
Allows building debian packages for ARM.
...
This change adds arm as a possible architecture to
the create_debian_packages.py script and additionally
adds a toolchain flag so that arm packages can be
built using different cross-compilers that target
different ARM versions. The specified cross-compiler
is passed on to the debian/rules file through an
environment variable.
R=ricow@google.com , sgjesse@google.com
Review URL: https://codereview.chromium.org//396123003
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@39291 260f80e4-7a28-3924-810f-c04153c831b5
2014-08-15 15:20:42 +00:00
whesse@google.com
c7d5711688
Build Tools Cleanup
...
Cleans up Python Code in Build Tools
TEST: build everything and run tests
BUG: https://code.google.com/p/dart/issues/detail?id=19592
R=ricow@google.com
Review URL: https://codereview.chromium.org//350483003
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@38573 260f80e4-7a28-3924-810f-c04153c831b5
2014-07-25 11:47:59 +00:00
sgjesse@google.com
d16fd47b97
Add an architecture option to Debian package creation script
...
Default to x64 to keep existing behaviour if option is not passed.
R=ricow@google.com
BUG=
Review URL: https://codereview.chromium.org//268713014
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@35681 260f80e4-7a28-3924-810f-c04153c831b5
2014-05-02 07:54:16 +00:00
ricow@google.com
0a476fbbd0
Remove i386 support from debian package creation script
...
We can potentially pass this in as a flag later on.
R=sgjesse@google.com
Review URL: https://codereview.chromium.org//233073002
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@34922 260f80e4-7a28-3924-810f-c04153c831b5
2014-04-10 12:05:15 +00:00
sgjesse@google.com
55756c6b9f
Add default tar file name for source tarball
...
This makes it easier to test locally.
R=ricow@google.com
BUG=
Review URL: https://codereview.chromium.org//208393003
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@34873 260f80e4-7a28-3924-810f-c04153c831b5
2014-04-09 11:49:15 +00:00
ricow@google.com
be5dd61c7f
Initial refactorings to support archiving the src and debian package builds.
...
R=sgjesse@google.com
Review URL: https://codereview.chromium.org//197313010
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@33747 260f80e4-7a28-3924-810f-c04153c831b5
2014-03-17 14:11:20 +00:00
sgjesse@google.com
3b353731f6
Add script to build Debian packages
...
The script create_debian_packages.py will build source and binary
Debian packages from the generated tarball.
R=kustermann@google.com , ricow@google.com
BUG=
Review URL: https://codereview.chromium.org//159003002
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@32550 260f80e4-7a28-3924-810f-c04153c831b5
2014-02-11 11:08:26 +00:00