Subject | Hash | Author | Date (UTC) |
---|---|---|---|
Update debian to 0.0.10.1 | c1070d542c259b6c8c791d46365d19256d8e94e1 | GDR! | 2022-06-12 11:24:58 |
add LIB_DIR variable with default that can be overrided | 4eda1442c458506158257341ab6d3fd4543288cc | Arte Ebrahimi | 2022-06-10 23:38:53 |
Fix deps on macOS makefile | 365d2e5cbc0e3655fb64c204db0515f5f4cdf5a4 | Will Cohen | 2022-02-18 01:26:37 |
Fix mach on macOS | e5a4f6aa23be2f6f4a419b8d65b36ec6e636991e | Will Cohen | 2022-02-18 01:23:59 |
Support IPv6 bootstrap nodes | a646402f42e120c7148d4de29dbdf5b09027a80a | GDR! | 2021-12-24 10:37:23 |
Clean up merged code for JSON bootstrap nodes | 7d45afdf7d00a95a8c3687175e2b1669fa1f7745 | GDR! | 2021-12-24 10:08:50 |
Added option to bootstrap from json file. | 8a409731543aa2cdcba5035091e4f219d8603a76 | Pietro Bonfa | 2021-12-24 09:20:19 |
Add a break statement to silence Coverity | 1e5c86a2b997f43117adbc18f8b1c16fed4c6eab | GDR! | 2021-12-10 10:33:02 |
Clean up indentation | 0dc0012b699584828648ad5597ee17b77e275983 | GDR! | 2021-12-10 10:32:12 |
0.0.10 | 5923903d6e48e7990172f0d54394fa2bbc69ca9e | GDR! | 2021-12-07 08:58:46 |
Change docker-compose image address | 18b0864c66767ed1f300f1f0ec2a2569b749c628 | GDR! | 2021-04-27 10:42:59 |
New docker image address at dockerhub | 2e9e79947ecb9b62add1ff957d6b71a448d1d87b | GDR! | 2020-08-15 18:00:18 |
Add missing dockerfile | d91e8ea5765bacfe3072d709d8c552d7f59f18d1 | GDR! | 2020-08-15 17:42:53 |
Perform a complete build inside Docker | 92312438844988e45da6b1804cdb19ca7beef7bd | GDR! | 2020-08-15 17:19:52 |
Fix gcc warnings about strncpy | a0fb587f1be623423db9d1e9882341731fab8ec5 | GDR! | 2020-08-15 16:50:44 |
Fix travis | 07fd5cd5506b65afbd15c7289a341cb27da71114 | GDR! | 2020-08-15 16:36:25 |
Use py3 in travis | c5e965f824faaa1a95647c469d0d8e4add17b3cd | GDR! | 2020-08-15 16:29:57 |
FreeBSD build instructions | d20567154fb91de3a73baac9361d3ae99984e55c | GDR! | 2020-08-15 14:44:23 |
FAQ - links to packages | 8691dbe266c51f788f763e0af3c712f3bab97f6f | GDR! | 2020-08-15 14:01:38 |
Try to name the deb appropiately | 9e834d9af82f5819a59313c0b2276ba0dc2b0477 | GDR! | 2020-08-15 08:11:32 |
File | Lines added | Lines deleted |
---|---|---|
Dockerfile | 1 | 1 |
bitbucket-pipelines.yml | 3 | 3 |
debian/changelog | 6 | 0 |
File Dockerfile changed (mode: 100644) (index a326577..71d820f) | |||
1 | 1 | FROM debian:sid AS builder | FROM debian:sid AS builder |
2 | 2 | WORKDIR /root | WORKDIR /root |
3 | 3 | RUN apt update && apt -y install pkg-config build-essential make libtoxcore-dev dh-make git python3-jinja2 python3-requests | RUN apt update && apt -y install pkg-config build-essential make libtoxcore-dev dh-make git python3-jinja2 python3-requests |
4 | RUN git clone https://github.com/gjedeer/tuntox.git && cd tuntox && tar -zcf ../tuntox_0.0.9.orig.tar.gz . && dpkg-buildpackage -us -uc | ||
4 | RUN git clone https://github.com/gjedeer/tuntox.git && cd tuntox && tar -zcf ../tuntox_0.0.10.1.orig.tar.gz . && dpkg-buildpackage -us -uc | ||
5 | 5 | ||
6 | 6 | FROM alpine:latest | FROM alpine:latest |
7 | 7 |
File bitbucket-pipelines.yml changed (mode: 100644) (index 2c925ef..94b43dc) | |||
... | ... | 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 | #- dh_make -y --createorig -s -p `cat bb_version.txt` || echo | #- dh_make -y --createorig -s -p `cat bb_version.txt` || echo |
13 | - tar -zcf ../tuntox_0.0.9.orig.tar.gz . | ||
13 | - tar -zcf ../tuntox_0.0.10.1.orig.tar.gz . | ||
14 | 14 | - dpkg-buildpackage -us -uc | - dpkg-buildpackage -us -uc |
15 | 15 | - ls -l .. | - ls -l .. |
16 | - echo tuntox_0.0.9.`date +%Y%m%d%H%M%S`-$BITBUCKET_COMMIT >../bb_version.txt | ||
17 | - cp ../tuntox_0.0.9-1_amd64.deb ../`cat ../bb_version.txt`_amd64.deb | ||
16 | - echo tuntox_0.0.10.1.`date +%Y%m%d%H%M%S`-$BITBUCKET_COMMIT >../bb_version.txt | ||
17 | - cp ../tuntox_0.0.10.1-1_amd64.deb ../`cat ../bb_version.txt`_amd64.deb | ||
18 | 18 | - 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`"_amd64.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`"_amd64.deb" |
19 | 19 | ||
20 | 20 |
File debian/changelog changed (mode: 100644) (index 7cb8a35..7b83fee) | |||
1 | tuntox (0.0.10.1-1) UNRELEASED; urgency=medium | ||
2 | |||
3 | * Update to upstream 0.0.10.1 | ||
4 | |||
5 | -- GDR! <gdr@gdr.name> Sun, 12 Jun 2022 13:22:47 +0200 | ||
6 | |||
1 | 7 | tuntox (0.0.9-1) unstable; urgency=medium | tuntox (0.0.9-1) unstable; urgency=medium |
2 | 8 | ||
3 | 9 | * Initial release (Closes: #nnnn) <nnnn is the bug number of your ITP> | * Initial release (Closes: #nnnn) <nnnn is the bug number of your ITP> |