Subject | Hash | Author | Date (UTC) |
---|---|---|---|
Prevent dh_make warnings from stopping the build | ca6a8b1f62e307c0430856619fc2b7797a71ec94 | GDR! | 2020-08-15 08:00:28 |
-y for dh_make | 194a2bb10b581765d0a2a4c3e78965d4ad0e40df | GDR! | 2020-08-15 07:57:58 |
fix dh_make | 7ae361ddb1d5d9e310c196e37c9e50e907c7d79c | GDR! | 2020-08-15 07:54:45 |
ci | 5d7cfcb28e5b477e366dda746b40a99df4a7604f | GDR! | 2020-08-15 07:45:39 |
Build instructions for deb packages | 0aaee3cc822c784e9bbf5d171ca188ba6fe4ed72 | GDR! | 2020-08-15 07:13:10 |
Deb building works | 0583691495f0dcfa146c2111d6b2484328880a6d | GDR! | 2020-08-15 07:10:30 |
python2->python3 | ac66a9f9bfaf86f4c8575c43e04ea87ac8abedb8 | GDR! | 2020-08-15 06:55:49 |
Make install support | 11dc6ec3eb2cae9c861d1eb6fcfe68b4522b4210 | GDR! | 2020-08-14 10:42:23 |
Move generate_tox_bootstrap.py to python3 | d4cf8be653cadc7ee0b2c44f771c5dcc6d34713a | GDR! | 2020-08-14 10:29:41 |
Update FAQ.md | 5cd2b2bc4163b55916ed54481fb1c7d9a61c86a1 | GDR! | 2020-04-22 11:51:13 |
WSL screenshot | c9dd89e9a0311bd7128231aaabadf9cb8e65e597 | GDR! | 2020-04-22 11:51:44 |
Fix wrong return type of functions | 3d2f21ac28057f19bf367b7732039102e846b16f | GDR! | 2020-04-21 18:00:37 |
Windows FAQ | 537575ce348921b569d9e45542681278ed5d97be | GDR! | 2020-04-21 17:27:00 |
Docker readme | e168cc7f097c964c9551de625db089a630893e3e | GDR! | 2020-04-21 15:46:16 |
Remove my own dead relay | 900d3300badd23734d7298596ef288d0e83a6a9e | GDR! | 2020-01-03 12:41:12 |
Add sonar cloud file | 439297a35cec942fd6db1534a649f4b9471bb842 | GDR! | 2019-12-12 18:55:23 |
Move friend-connection-lost to a separate state | 121acd73ddba12659713f27abef7524b9a0c6a48 | GDR! | 2018-11-17 11:23:57 |
Retry on lost friend connection | 03d83602d3a328d89b806e23c35644ec3908dc1f | GDR! | 2018-11-17 10:42:55 |
Print toxcore version in debug output | 3adc626eb1646ee3456ca282e1855142f9f935e0 | GDR! | 2018-10-25 09:39:47 |
Version bump to 0.0.9, new bootstrap nodes | 896775c6089baa24edee06e04f5b83c3bb3bef5d | GDR! | 2018-10-22 11:53:56 |
File | Lines added | Lines deleted |
---|---|---|
bitbucket-pipelines.yml | 1 | 1 |
File bitbucket-pipelines.yml changed (mode: 100644) (index 207bb9c..f8e9146) | |||
... | ... | pipelines: | |
10 | 10 | - apt update | - apt update |
11 | 11 | - apt -y install pkg-config build-essential make libtoxcore-dev dh-make python3-jinja2 python3-requests curl | - apt -y install pkg-config build-essential make libtoxcore-dev dh-make python3-jinja2 python3-requests curl |
12 | 12 | - echo tuntox_0.0.9.`date +%Y%m%d%H%M%S` >bb_version.txt | - echo tuntox_0.0.9.`date +%Y%m%d%H%M%S` >bb_version.txt |
13 | - dh_make -y --createorig -s -p `cat bb_version.txt` | ||
13 | - dh_make -y --createorig -s -p `cat bb_version.txt` || echo | ||
14 | 14 | - dpkg-buildpackage -us -uc | - dpkg-buildpackage -us -uc |
15 | 15 | - ls -l .. | - ls -l .. |
16 | 16 | - curl -X POST "https://${BITBUCKET_USERNAME}:${BITBUCKET_APP_PASSWORD}@api.bitbucket.org/2.0/repositories/${BITBUCKET_REPO_OWNER}/${BITBUCKET_REPO_SLUG}/downloads" --form files=@"../"`cat bb_version.txt`"*.deb" | - curl -X POST "https://${BITBUCKET_USERNAME}:${BITBUCKET_APP_PASSWORD}@api.bitbucket.org/2.0/repositories/${BITBUCKET_REPO_OWNER}/${BITBUCKET_REPO_SLUG}/downloads" --form files=@"../"`cat bb_version.txt`"*.deb" |