Subject | Hash | Author | Date (UTC) |
---|---|---|---|
Try building a docker image because why keep it fucking sane lol | b8b8318e32b893bf04ad309545aa4c6bb947414b | GDR! | 2020-08-15 14:06:01 |
FAQ - links to packages | 4c29f4b8774ff2032e4d8ce3fc8067b52f86933d | GDR! | 2020-08-15 14:01:38 |
Try to name the deb appropiately | 376975d2619b12823d78be0f145245d2a8585c4b | GDR! | 2020-08-15 08:11:32 |
Lets try creating .tar.gz without dh_make | 7d9b82acd6375b719a962fa36935c85aee240503 | GDR! | 2020-08-15 08:04:57 |
Prevent dh_make warnings from stopping the build | e055ec52c4fdbbdfd8878a01f642a69ba27713b2 | GDR! | 2020-08-15 08:00:28 |
-y for dh_make | 145f8fdee5ebb3056cd1f2f1009a2b4e4b9d575b | GDR! | 2020-08-15 07:57:58 |
fix dh_make | 69dbbc2fa7ef42ad06c8685c41b0308059d411ba | GDR! | 2020-08-15 07:54:45 |
ci | 9a008ae6371e95008ce947eb5603a585f0324f93 | GDR! | 2020-08-15 07:45:39 |
Build instructions for deb packages | a15bc102fd84ae9325774abc3209eb7e8fcf5b39 | GDR! | 2020-08-15 07:13:10 |
Deb building works | d4e40c9ce6bdf8b486a69d1b497695f87c80c1ad | GDR! | 2020-08-15 07:10:30 |
python2->python3 | 9e8083355dd467f0d1f93811563aa773d8044566 | GDR! | 2020-08-15 06:55:49 |
Make install support | d8e575311daf1f64425d19773378e7bb1a9c2f17 | GDR! | 2020-08-14 10:42:23 |
Move generate_tox_bootstrap.py to python3 | 1b430e087ebef6621ca03c12dddd1c89f3a145bf | GDR! | 2020-08-14 10:29:41 |
Move generate_tox_bootstrap.py to python3 | 3cd3c88bde3029230f1d436486c57a587f177c13 | Andrzej Godziuk | 2020-08-14 10:29:41 |
WSL screenshot | c9dd89e9a0311bd7128231aaabadf9cb8e65e597 | GDR! | 2020-04-22 11:51:44 |
Update FAQ.md | efe6ded54115b2086dea3723c8fc56bb69fc12e0 | GDR! | 2020-04-22 11:51:13 |
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 |
File | Lines added | Lines deleted |
---|---|---|
bitbucket-pipelines.yml | 2 | 2 |
gitversion.h | 1 | 1 |
File bitbucket-pipelines.yml changed (mode: 100644) (index 2c925ef..d70a9a1) | |||
... | ... | pipelines: | |
16 | 16 | - echo tuntox_0.0.9.`date +%Y%m%d%H%M%S`-$BITBUCKET_COMMIT >../bb_version.txt | - echo tuntox_0.0.9.`date +%Y%m%d%H%M%S`-$BITBUCKET_COMMIT >../bb_version.txt |
17 | 17 | - cp ../tuntox_0.0.9-1_amd64.deb ../`cat ../bb_version.txt`_amd64.deb | - cp ../tuntox_0.0.9-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 | |||
20 | |||
19 | - apt -y install docker.io | ||
20 | - docker build -t registry.gitlab.com/gjedeer/tuntox . | ||
21 | 21 | ||
22 | 22 | ||
23 | 23 | definitions: | definitions: |
File gitversion.h changed (mode: 100644) (index c779d55..8ad4552) | |||
1 | #define GITVERSION "376975d2619b12823d78be0f145245d2a8585c4b" | ||
1 | #define GITVERSION "4c29f4b8774ff2032e4d8ce3fc8067b52f86933d" |