Skip to content
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

[Deepin Integration]~[V23-Beta3] feat: update at to 3.2.5-2.1 by deepin-community-bot[bot]@deepin-community/at by deepin-community-ci-bot[bot] #11111

Open
deepin-bot bot opened this issue Dec 31, 2024 · 4 comments
Assignees
Labels
23 25 25 版本特性功能 Project:integrated 集成管理相关
Milestone

Comments

@deepin-bot
Copy link

deepin-bot bot commented Dec 31, 2024

Package information | 软件包信息

包名 版本
at 3.2.5-2.1

Package repository address | 软件包仓库地址

deb [trusted=yes] https://ci.deepin.com/repo/obs/deepin:/CI:/TestingIntegration:/test-integration-pr-2416/testing/ ./

Changelog | 更新信息

at (3.2.5-2.1) unstable; urgency=medium

  • Non-maintainer upload.

[ Helmut Grohne ]

  • Defer placement of systemd units to systemd.pc. (Closes: #1054012)
@deepin-bot deepin-bot bot added the Project:integrated 集成管理相关 label Dec 31, 2024
@deepin-bot deepin-bot bot added this to the V23-Beta3 milestone Dec 31, 2024
@deepin-bot deepin-bot bot moved this to In progress in v23-集成管理 Dec 31, 2024
@deepin-bot
Copy link
Author

deepin-bot bot commented Dec 31, 2024

Integration Test Info

at, batch, atq, atrm - queue, examine, or delete jobs for later execution

   at and batch read commands from standard input or a specified file which are to be executed at a later time, using /bin/sh.

   at      executes commands at a specified time.

   atq     lists the user’s pending jobs, unless the user is the superuser; in that case, everybody’s jobs are listed.  The format of the output lines (one for each job) is: Job number, date, hour, queue, and username.

   atrm    deletes jobs, identified by their job number.

   batch   executes commands when system load levels permit; in other words, when the load average drops below 1.5, or the value specified in the invocation of atd.

Test suggestion | 测试建议

用例:

echo "ls -l > /tmp/at_output.txt" | at now + 1 minute

过一分钟后,确认 /tmp/at_output.txt 存在,内容为家目录下内容。

atq

atq 用于列出当前用户(或超级用户的所有用户)的待执行任务。它显示任务的编号、执行时间、队列和用户名。

atq

输出示例:

1   2023-10-05 15:00 a username
2   2023-10-05 16:00 b username
  • 12 是任务编号。
  • 2023-10-05 15:00 是任务的执行时间。
  • ab 是队列名称(默认是 a)。
  • username 是调度任务的用户。

atrm

atrm 用于删除待执行的任务。你需要提供任务的编号(可以通过 atq 获取)。

  1. 首先,使用 atq 查看任务编号:
    atq
    输出示例:
    1   2023-10-05 15:00 a username
    
  2. 使用 atrm 删除任务编号为 1 的任务:
    atrm 1
  3. 再次运行 atq 确认任务已被删除:
    atq
    如果任务已删除,输出将为空。

Influence | 影响范围

ADDITIONAL INFORMATION | 额外补充

@deepin-bot
Copy link
Author

deepin-bot bot commented Dec 31, 2024

IntegrationProjector Notify the author
@deepin: Integrated issue updated

@deepin-bot
Copy link
Author

deepin-bot bot commented Dec 31, 2024

IntegrationProjector Bot
Deepin Testing Integration Project Manager Info
Link to deepin-community/Repository-Integration#2416

@babyfengfjx
Copy link

@UTsweetyfish 备注一下该集成需要集成到的版本信息,后续V25的包集成不用单独走这种零散集成,直接让成刚合入镜像即可。V23中非必要集成也尽量不做更新,或者定期半个月一个月集中提交一次集成。

@UTsweetyfish UTsweetyfish added 25 25 版本特性功能 23 labels Jan 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
23 25 25 版本特性功能 Project:integrated 集成管理相关
Projects
Status: In progress
Development

No branches or pull requests

4 participants