Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-08-12Implement automated tests for all images (#1529)Tobias Knöppler
2022-08-12library.sh: Don't use {release}-security package source if not available in ↵thecalcaholic
sources.list
2022-08-12vm-tests.yml: Enable curl installer tests on all branchesthecalcaholic
2022-08-12ncp.cfg: Update NC to 24.0.3thecalcaholic
ncp-app,nextcloudpincp-previews: Mark as compatible with NC 24
2022-08-03Update CONTRIBUTING.md (#1524)Jürgen
updated the link to "Ways to contribute" removed the link to https://help.nextcloud.com/t/testing-nextcloudpi/126380 for now (as this one is still in draft-status + needs to be rewritten) Signed-off-by: Jürgen <55851807+schoetju@users.noreply.github.com>
2022-07-28organize_gh_project.yml: Only add has-update tag if commenter is not ↵thecalcaholic
assigned the issue
2022-07-28organize_gh_project.yml: Implement workflow for gh project automationthecalcaholic
2022-07-281.47.0.sh: Fix ncp-update if prometheus-node-exporter was not installed beforethecalcaholic
2022-07-25nc-datadir.sh, nc-encrypt.sh: Avoid set -u in scriptsv1.48.3Tobias K
2022-07-25release.yml: Fix missing checksums in releaseTobias K
2022-07-25metrics.sh: Fix set -u in calling script causing failureTobias K
2022-07-24release.yml: Fix working directory for release stepv1.48.2Tobias K
2022-07-24release.yml: Fix wrong variable nameTobias K
2022-07-24README.md: Add direct link to releasesTobias Knöppler
Signed-off-by: Tobias Knöppler <6317548+theCalcaholic@users.noreply.github.com>
2022-07-24release.yml: Fix tag message formatting in release creationTobias K
2022-07-24release.yml: Fix release step not seeing assets variableTobias K
2022-07-24release.yml: Provide GITHUB_TOKEN env variableTobias K
2022-07-24build-images.yml: Fix rpi image build (#1510)Tobias Knöppler
* release.yml: Don't publish anything unless triggered by tag * build-sd-images.yml: Wait until rpi image is unmounted before packing
2022-07-21build-sd-images.yml: Make sure, IMG variable doesn't change during buildsthecalcaholic
2022-07-20release.yml: Checkout repository before creating GH releasethecalcaholic
2022-07-20changelog.md: Fix wrong version numberthecalcaholic
2022-07-20release.yml: Enable docker releasethecalcaholic
2022-07-20Fix notify_push sometimes using wrong URLthecalcaholic
2022-07-20Create releases from GH workflow (#1507)Tobias Knöppler
- Implement lxd-build GH workflow - Implement GH workflow for building armbian and raspberry pi images - Implement release GH workflow
2022-07-20ncp-update-nc: Ensure notify_push is using localhost as NC URLthecalcaholic
2022-07-20nc-nextcloud.cfg: Install NC 23.0.6 by defaultthecalcaholic
2022-07-17dnsmasq.sh: Fix RPI buildTobias K
2022-07-17dnsmasq.sh: Revert dnsmasq workaroundTobias K
2022-07-17dnsmasq.sh: Don't use update-rc.d for systemd-resolvedTobias K
2022-07-17dnsmasq.sh: Simplify dnsmasq workaroundTobias K
2022-07-17dnsmasq.sh: Simplify dnsmasq workaroundTobias K
2022-07-17dnsmasq.sh: Fix dnsmasq workaroundTobias K
2022-07-17dnsmasq.sh: Fix bug in dnsmasq workaroundTobias K
2022-07-17Fix RPI buildTobias K
2022-07-13build-docker.yml: Increase timeout for cross arch integration teststhecalcaholic
2022-07-12build-docker.yml: Fix docker release missing latest tagsv1.48.1thecalcaholic
test: Fix usage of deprecated selenium API functions
2022-07-12Update changelogthecalcaholic
2022-07-08Push NC to version 23.0.6Tobias K
Signed-off-by: Tobias K <6317548+thecalcaholic@users.noreply.github.com>
2022-06-23build-docker.yml: Push architecture specific imagesv1.47.2thecalcaholic
2022-06-22build-docker.yml: Checkout code before building manifestthecalcaholic
2022-05-05changelog.md: Fix change messageTobias K
Signed-off-by: Tobias K <6317548+theCalcaholic@users.noreply.github.com>
2022-05-05build-docker.yml: Fix release conditionTobias K
Signed-off-by: Tobias K <6317548+theCalcaholic@users.noreply.github.com>
2022-05-05changelog.md: Fix change messageTobias K
Signed-off-by: Tobias K <6317548+theCalcaholic@users.noreply.github.com>
2022-05-05docker-build.yml: Implement workaround for ssl mutex bug on qemu/arm64 ↵Tobias Knöppler
docker container
2022-05-05build-docker.yml: Fix push rule to match all branchesTobias K
Signed-off-by: Tobias K <6317548+theCalcaholic@users.noreply.github.com>
2022-05-05Dockerfile, build-docker.yml: Add workaround for failing arm64 container ↵Tobias K
when run via qemu Signed-off-by: Tobias K <6317548+theCalcaholic@users.noreply.github.com>
2022-05-04Add CI/CD workflow for docker integration testsTobias Knöppler
2022-05-04README.md: Add docker CI/CD tests badgeTobias K
Signed-off-by: Tobias K <6317548+theCalcaholic@users.noreply.github.com>
2022-05-04build-docker.yml: Add integration tests for docker images and only pushTobias K
on success - build/docker/, build/build-docker.sh: Migrate to multistage docker images - tests/: Fix tests for GH workflow scenarios
2022-04-28ncp-dist-upgrade: Detect availability of bullseye-security package source ↵Tobias K
more robustly Signed-off-by: Tobias K <6317548+theCalcaholic@users.noreply.github.com>