Zetok Zalbavar
3b56a6ec2a
chore(tools): remove from qTox repo tools for creating updates
...
They were moved into a separate repo.
9 years ago
Zetok Zalbavar
343989d575
chore(tools): add a script for creating and signing release tarballs
...
`lzip` is used for its great compression (better even than `xz`) and
properties that make it a viable format for long-term archiving (feature
that `xz` is missing).
http://www.nongnu.org/lzip/xz_inadequate.html
Also add some docs regarding release process.
Re: #3912 , #4045
9 years ago
sudden6
6bad4ad3ba
chore(style): add coding style file for Qt Creator
9 years ago
Zetok Zalbavar
b5af649190
chore(tools): replace unsafe signing C++ code with Rust
9 years ago
Zetok Zalbavar
335b408278
chore(tools): make deweblate script work with long commit messages
...
Previously it would fail to work if commit message wasn't limited to a
single line.
9 years ago
Zetok Zalbavar
c717f128da
chore: add current version in OSX's .plist file(s) with a script
...
Also add a script to update both osx and windows versions.
9 years ago
Zetok Zalbavar
7b60a5dd36
chore: explicitly mention that copyright belongs to qTox contributors
9 years ago
Zetok Zalbavar
78b242a418
chore(tools): make deweblate script automatically use last commit msg
9 years ago
Zetok Zalbavar
70246f0208
chore(tools): add script to automatically update & amend Weblate commits
9 years ago
Zetok Zalbavar
4b7ab093c2
chore(tools): update translation updater's commit message (s/w/W/)
9 years ago
Zetok Zalbavar
8f37d4c7ab
chore: delete leftover branches from previous testing with test script
9 years ago
Zetok Zalbavar
04ae171d04
chore: make script for updating translations actually commit stuff
9 years ago
Zetok Zalbavar
dc10309a82
chore: update docs & scripts for getting translations from Weblate
...
Removed not used script.
9 years ago
initramfs
b7aa982a57
chore: rewrite all links to the qTox repository from tux3 to qTox
9 years ago
Zetok Zalbavar
2a420b85ef
chore(test-pr.sh): commit merge as `qTox testing <>`
...
With this one doesn't need to even have git properly configured to test
a PR.
9 years ago
Zetok Zalbavar
99ce719b80
chore: remove unnecessary indentation from merge commit message
9 years ago
Zetok Zalbavar
784d42d8d7
chore(test-pr.sh): add test-pr.sh script as requested
...
Add missing copyright stuff to `merge-pr.sh`.
Refactored & split `merge-pr.sh` script, since most of required
code for `test-pr.sh` already existed there.
Differences from `merge-pr.sh`:
* if there's no `upstream` remote, https version is used instead of
git
* merge commit *is not* GPG-signed (less hassle)
* merge branch is named e.g. `test1234` instead of `merge1234`
* instructions for pushing test branch onto upstream master are not
printed
9 years ago
Zetok Zalbavar
612893af3e
chore(i18n): add scripts for pulling translations & updating files
...
Script for pulling translations from Weblate was taken from
7a220077c5
and adjusted for qTox needs.
9 years ago
Zetok Zalbavar
95794b4464
chore: remove all mentions of long-deprecated OpenCV
9 years ago
Zetok Zalbavar
983c4ff688
chore: remove not needed binary blobs and script from `tools/`
...
Other things in `tools/` are, or might be still needed.
Closes #3103 .
9 years ago
tux3
7f4f0bbb82
Update genflist tool
10 years ago
tux3
a16bdeb27c
Update update-server tools
10 years ago
tux3
cb8b9dc913
Update update server tools
10 years ago
tux3
e6083e4f5b
Add update server keygen tool
10 years ago
Zetok Zalbavar
90d1f4be02
Fix incorrect copyright headers
...
The qTox Project is not associated with the Tox Project in any way, with the
exception of qTox using the Tox Projet's toxcore collection of libraries.
In particular, the Tox Projet does not own copyright over the qTox Project's
qTox collection of software, source code, and assets.
The qTox Project's assets are under the sole copyright of the qTox
contributors, and no partiular rights are granted to the Tox Project.
10 years ago
Zetok Zalbavar
2acfeaf7c4
Change references to tox.im to tox.chat
10 years ago
Yuri
ce3033a0cf
Fixed bash shebangs to use /usr/bin/env for better compatibility
10 years ago
Zetok Zalbavar
f3aa3073b0
Fix coding style and add copyright header
...
* added copyright header to src/platform/statusnotifier/enums.c
* 'switch(' → 'switch ('
* use Allman style
----
for / if / while / switch () {
↓
for / if / while / switch ()
{
----
----
for / if / while ()
{
1_line;
}
↓
for / if / while ()
1_line;
----
----
for / if / while ()
1_line;
line_out_of_loop;
↓
for / if / while ()
1_line;
line_out_of_loop;
----
10 years ago
tux3
bb8464bbde
Upload update FTP deployement scripts
...
In case someone finds those interesting, or if I get hit by a bus unexpectedly
11 years ago
Tux3 / Mlkj / !Lev.uXFMLA
a255d13b54
Windows: Uninstall start menu entries
11 years ago
Tux3 / Mlkj / !Lev.uXFMLA
05c9ae9390
Auto-updater: Check timestamps before updating
...
Update the version file format to 2, breaks backward compatibility.
11 years ago
Tux3 / Mlkj / !Lev.uXFMLA
625c9792a2
Update update-server tools
...
Forgot to update them. But it turns out they are already multiplatform.
11 years ago
Tux3 / Mlkj / !Lev.uXFMLA
1a8d77ccfa
Update genflist tool to search recursively
11 years ago
Tux3 / Mlkj / !Lev.uXFMLA
96a0509610
Update S3 update deploy script
11 years ago
Tux3 / Mlkj / !Lev.uXFMLA
8eb1377c5e
Add S3 update deployement script
...
Did I mention that https://s3.amazonaws.com/qtox-updater/ is online ?
qTox is now officially SRS BZNS
11 years ago
Tux3 / Mlkj / !Lev.uXFMLA
a4f629164b
Add two helpers for the update server
11 years ago
Tux3 / Mlkj / !Lev.uXFMLA
5681e62bfb
Make qtox-updater-genflist compatible with qtox-updater
11 years ago
Tux3 / Mlkj / !Lev.uXFMLA
1350fbbaf9
Add qtox update-server tools
...
qtox-updater-sign takes data from stdin or as argument, signs it with the updater's private key, and output the signature + the data
qtox-updater-genflist generates a flist, a serialized list of AutoUpdater::UpdateFileMeta for the qTox updater
11 years ago
Tux3 / Mlkj / !Lev.uXFMLA
be707b032d
buildPackages.sh : Don't use --local bootstrap
11 years ago
Tux3 / Mlkj / !Lev.uXFMLA
951dc74258
buildPackages.sh : Don't rebuild libsodium everytime
11 years ago
dubslow
227e483bdd
tweak buildPackages
11 years ago
Tux3 / Mlkj / !Lev.uXFMLA
1ccecaa80c
Build both i386 and amd64 linux packages
11 years ago
Tux3 / Mlkj / !Lev.uXFMLA
c4059af010
Update publish.py
11 years ago
Tux3 / Mlkj / !Lev.uXFMLA
864bb342d0
Add GitHub release publishing script for Jenkins
11 years ago
Tux3 / Mlkj / !Lev.uXFMLA
35f548c3a1
Update build scripts
11 years ago
Tux3 / Mlkj / !Lev.uXFMLA
2c224b6f3a
Update build scripts
11 years ago
Tux3 / Mlkj / !Lev.uXFMLA
2047f8dc8d
Update build scripts
11 years ago
Tux3 / Mlkj / !Lev.uXFMLA
766bd6e929
Update build scripts
11 years ago
Tux3 / Mlkj / !Lev.uXFMLA
702daa987b
Make buildPackages.sh install dependencies
11 years ago
Tux3 / Mlkj / !Lev.uXFMLA
f6176e4a3c
buildPackages.sh shouldn't be interactive
11 years ago