pkgscripts-ng icon indicating copy to clipboard operation
pkgscripts-ng copied to clipboard

Synology DSM6.0 package toolkit framework

Results 30 pkgscripts-ng issues
Sort by recently updated
recently updated
newest added

Are we looking for the name in the last identifier of a `uname -a`? E.g. "denverton" in `Linux Synology 4.4.302+ #69057 SMP Fri Jan 12 17:02:57 CST 2024 x86_64 GNU/Linux...

Because `EnvDeploy` didn't prepare dev environment correctly, I experience the following issue: https://github.com/SynologyOpenSource/pkgscripts-ng/issues/47 After I mounted those devices manually, I was able to build the example package as expected. My...

[2023-06-19 11:21:31,626] INFO: tar -xhf /toolkit/toolkit_tarballs/ds.geminilake- 7.2.dev.txz -C /toolkit/build_env/ds.geminilake-7.2 mount: /toolkit/build_env/ds.geminilake-7.2/proc: cannot mount none read-only. Traceback (most recent call last): File "/toolkit/pkgscripts-ng/./EnvDeploy", line 77, in main(sys.argv[1:]) File "/toolkit/pkgscripts-ng/./EnvDeploy", line 71,...

When trying to run `./EnvDeploy -v 7.2 -p rtd1296` extracting the base tar file fails due to the tar file containing files that cannot be created: ``` tar: dev/sdaq3: Cannot...

This PR adds a new flag to make it easier to download tarballs without setting up the chroot just yet. This can make docker-based workflows easier to use since this...

It seems like sourceforge isn't a reliable host. I've been downloading the SDK a few times and currently it can take anywhere from 30 min to 8 hours, and sometimes...

It would be great to have support for DSM 7.1.1. Currently, running `./EnvDeploy -v 7.1.1` hits `TarballNotFoundError` since https://dataupdate7.synology.com/toolchain/v1/get_download_list?identify=toolkit&version=7.1.1&platform=base is empty.

Trying to setup a development environment as described in https://help.synology.com/developer-guide/getting_started/prepare_environment.html # apt-get install cifs-utils python python-pip python3 python3-pip Paketlisten werden gelesen… Fertig Abhängigkeitsbaum wird aufgebaut… Fertig Statusinformationen werden eingelesen… Fertig...

Who has an example of creating a package for [deployment ASP.NET Core applications](https://docs.microsoft.com/en-us/aspnet/core/host-and-deploy/linux-nginx?view=aspnetcore-6.0) on Synology NAS without Docker?

> ./EnvDeploy -l ``` Traceback (most recent call last): File "./EnvDeploy", line 335, in main(sys.argv[1:]) File "./EnvDeploy", line 313, in main platforms = get_platforms(dsm_ver, build_num, args.platforms) File "./EnvDeploy", line 277,...