Commit graph

31 commits

Author SHA1 Message Date
Andy Scherzinger
e3d57e7c42
Update SPDX header to reflect correct state
Resolves #12920

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2024-04-30 12:18:45 +02:00
Andy Scherzinger
a619cdbef8 Add SPDX header
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2024-03-29 19:24:09 +01:00
Andy Scherzinger
c5b17f4de9
Add SPDX header
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2024-03-29 17:33:39 +01:00
tobiasKaminsky
668305176f
verify library change
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2024-02-29 08:36:27 +01:00
tobiasKaminsky
9ee0dcff84
if needed add verification for library
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2024-02-27 08:44:31 +01:00
Álvaro Brey
38a9590bcc
Move per-flavor fastlane metadata to top-level src/ folder
This is what's currently supported by FDroid, see https://gitlab.com/fdroid/fdroidserver/-/issues/829

Signed-off-by: Álvaro Brey <alvaro.brey@nextcloud.com>
2023-02-06 12:19:50 +01:00
tobiasKaminsky
c18bf9983e
correct location of different build.gradle files
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2022-03-22 07:58:39 +01:00
tobiasKaminsky
d9b8b3baf8
Add NDK to buildDev
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2022-03-16 07:56:39 +01:00
Álvaro Brey Vilas
b7c0e94b3d
Fix scripts/buildDev for new source location
Signed-off-by: Álvaro Brey Vilas <alvaro.brey@nextcloud.com>
2022-03-11 11:30:59 +01:00
tobiasKaminsky
4adf463668
do not use absolute path
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-11-20 12:58:07 +01:00
AJ Jordan
d31dd61b1b
Ignore CHANGELOG.md while generating changelogs
I heard you liked changelogs, so I put a changelog in your changelog...
or something. How meta.

Signed-off-by: AJ Jordan <alex@strugee.net>
2020-04-01 20:00:15 -04:00
AJ Jordan
9686d38f95
Expand paths to ignore for dev edition changelogs 2020-03-06 21:34:22 -05:00
AJ Jordan
a712d61386
Fix commits missing from dev edition changelogs
Ref #5525

Signed-off-by: AJ Jordan <alex@strugee.net>
2020-03-06 21:34:17 -05:00
tobiasKaminsky
185123c58f
update dev changelog recognition for updating library
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-03-04 07:40:33 +01:00
tobiasKaminsky
d8ada799f3
fix dev lib replacement
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-03-03 07:22:49 +01:00
tobiasKaminsky
391a9fe8e3
dev: change library before building
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-03-02 16:15:42 +01:00
AJ Jordan
a6c95934cf
Improve dev edition changelog generation
We:

* No longer include commit ids
* Exclude merges, individual Dependabot commits, commits including only
  non-user-facing changes, or version bump commits
* Collapse all Dependabot commits into a single "Update dependencies"
  changelog entry
* Do the same for Transifex updates, which get turned into a single
  "Update translations" changelog entry
* Say if the Android Nextcloud library has changed instead of including
  its commit id

The list of paths to ignore is probably incomplete, but it's easier to
just revisit this script over time and add to it as new contenders pop
up, rather than trying to find everything now.

Fixes #5525

Signed-off-by: AJ Jordan <alex@strugee.net>
2020-02-27 10:04:34 -05:00
tobiasKaminsky
cfb8306681
dev: do not modify master, but push everything to dev branch
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-01-29 08:38:03 +01:00
tobiasKaminsky
c14725fdbc
reproducable dev version: use commit instead of master snapshot for dev version
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-01-23 13:43:50 +01:00
tobiasKaminsky
0ad5785998
add library commit hash for reproducable builds
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-12-16 08:34:00 +01:00
tobiasKaminsky
c8f0f20bed
move to versionDev flavor
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-05-17 07:52:20 +02:00
tobiasKaminsky
c382b3dd8c
changelog for fdroid now with line breaks
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-05-17 06:51:53 +02:00
tobiasKaminsky
0bc6e53629
add changelog to fdroid via fastlane
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-05-16 15:09:33 +02:00
tobiasKaminsky
0bf2f8c479
show changelog in dev
Signed-off-by: tobiasKaminsky tobias@kaminsky.me
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2019-04-10 10:52:26 +02:00
tobiasKaminsky
dca584a6e2
adapt build dev script to new version schema
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-04-23 09:50:50 +02:00
tobiasKaminsky
33d84308e9
use absolute paths due to cronjob 2017-12-12 07:58:25 +01:00
Tobias Kaminsky
7602761673
Update buildDev
forgot push after commit
2017-12-08 11:39:48 +01:00
Tobias Kaminsky
6cdf0e1ba4
Update buildDev
do not push twice
2017-12-04 08:54:12 +01:00
Tobias Kaminsky
b755ad518b
Update buildDev
only push build.gradle with updated devVersion number/code
2017-12-04 08:26:20 +01:00
Tobias Kaminsky
fa217303e7
Update buildDev
do not push anything to master except tags.
2017-11-27 17:11:58 +01:00
tobiasKaminsky
86340913a8
versionDev as flavor 2017-11-27 12:15:38 +01:00