-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release 1.6.1-rc1 #22
Conversation
We should check the id which from FuzzySeach_200_response. fix linuxdeepin/developer-center#9645. Log:
Set interval to 10*60*1000 (10 min), default is 5 sec. Log:
通过 ll-session-helper 服务,来监听宿主机上 /etc/resolv.conf ,/etc/localtime等文件的变化。 设置开机自启 Issue: linuxdeepin/developer-center#8989 Log: add ll-session-helper service
WantedBy should be multi-users in systemd service Log:
This reverts commit 58fa497.
Signed-off-by: black-desk <[email protected]>
Backport some debhelper-compat 14 features of dh_installsystemduser for: 1. Start and stop user level systemd; 2. Run daemon-reload after package is removed. The shell scripts is almost the same as the arguments passed to `system` function in deb-systemd-invoke. Signed-off-by: black-desk <[email protected]>
Fix old code move from postinst which produce an unexpected log. Signed-off-by: black-desk <[email protected]>
Signed-off-by: black-desk <[email protected]>
linglong-session-helper.service should WantedBy default.target rather than multi-user.target Log:
move linglong-installer project to linglong Log:
Refer to manpage of systemd.service: > For bus-activatable services, > do not include a [Install] section in the systemd service file, > but use the SystemdService= option > in the corresponding DBus service file, > for example ... We should not have an Install section here. Also remove some unused capability limit.
Remove '&' from exec() in ll-box. We add it in ll-cli. issue: linuxdeepin/developer-center#9445 Log:
linglong-installer should not show in dock, so set WindowFlags to Dialog Log:
更新文档中使用,ll-builder export 导出 uab 或 layer 文件的地方 Log: update docs
implementation mount a fd path to destination instead of passing the MS_NOSYMFOLLOW directly. Signed-off-by: ComixHe <[email protected]>
ldconfig会在生成缓存内容后,移动临时文件到缓存文件,所以不应该将临时文件做成挂载点 现在将缓存文件做成软链接, 软链接指向可读写的位置,可避免 /etc 只读的情况 Log:
1. runtime and base should be installed when install layer 2. if app(layer) already installed, should prompt error Log:
使用软链接挂载可变的系统文件,可避免容器不更新重建的系统文件 Log:
Signed-off-by: ComixHe <[email protected]>
容器hooks缺少命令参数 Log:
Support more linux distributions, debian12 and ubuntu24.04. Fixed some errors about regarding punctuation and capitalization. Log:
linglong-installer executable file name should be ll-installer Log:
shouldn't pass envs from uab-header to loader and tweak some misc Signed-off-by: ComixHe <[email protected]>
1. Use tmpfiles.d to create /var/lib/linglong instead of ExecPre of systemd service; 2. Run wrap-and-sort; 3. Sort files to configure in misc/CMakeLists.txt.
Signed-off-by: ComixHe <[email protected]>
systemd-tmpfiles-setup.service will call systemd-tmpfiles with --remove at boot, which will remove all D directories. So we should use d to make --remove not effect on /var/lib/linglong
Signed-off-by: ComixHe <[email protected]>
Signed-off-by: ComixHe <[email protected]>
Signed-off-by: ComixHe <[email protected]>
Signed-off-by: ComixHe <[email protected]>
Signed-off-by: ComixHe <[email protected]>
…tory' into release
/integrate |
Signed-off-by: ComixHe <[email protected]>
Signed-off-by: ComixHe <[email protected]>
/integrate |
- fix use after move. - if underlying repository is empty, method 'migrate' should return early. Signed-off-by: ComixHe <[email protected]>
incorrect usage of docopt Signed-off-by: ComixHe <[email protected]>
- fix use after move. - if underlying repository is empty, method 'migrate' should return early. Signed-off-by: ComixHe <[email protected]>
incorrect usage of docopt Signed-off-by: ComixHe <[email protected]>
TAG Bot New tag: 1.6.2-1 |
/integrate |
Signed-off-by: ComixHe <[email protected]>
Signed-off-by: ComixHe <[email protected]>
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/integrate |
1 similar comment
/integrate |
Signed-off-by: ComixHe <[email protected]>
/integrate |
1 similar comment
/integrate |
…tory' into release
/integrate |
No description provided.