Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] fcron: show post-install info about enabling daily, hourly etc. cron jobs
@ 2021-06-13 16:24 baal-zebub
  2021-06-13 16:25 ` [PR PATCH] [Updated] " baal-zebub
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: baal-zebub @ 2021-06-13 16:24 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1639 bytes --]

There is a new pull request by baal-zebub against master on the void-packages repository

https://github.com/baal-zebub/void-packages fcron
https://github.com/void-linux/void-packages/pull/31453

fcron: show post-install info about enabling daily, hourly etc. cron jobs
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/31453.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-fcron-31453.patch --]
[-- Type: text/x-diff, Size: 1181 bytes --]

From 972cdc75c0f2832e80be548fca3aba4aafa732a8 Mon Sep 17 00:00:00 2001
From: Kamil Smardzewski <roderyk197@gmail.com>
Date: Sun, 13 Jun 2021 18:12:32 +0200
Subject: [PATCH] fcron: add post-install info about enabling daily, hourly
 etc. cron jobs

---
 srcpkgs/fcron/INSTALL.msg | 5 +++++
 srcpkgs/fcron/template    | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)
 create mode 100644 srcpkgs/fcron/INSTALL.msg

diff --git a/srcpkgs/fcron/INSTALL.msg b/srcpkgs/fcron/INSTALL.msg
new file mode 100644
index 000000000000..9d35e4c0b2f2
--- /dev/null
+++ b/srcpkgs/fcron/INSTALL.msg
@@ -0,0 +1,5 @@
+If you have not yet configured a crontab for systab user and want to run jobs
+configured in /etc/cron.{daily,hourly,monthly,weekly}, you need to execute
+the following command which will install the appropriate crontab:
+
+	# fcrontab -z -u systab
diff --git a/srcpkgs/fcron/template b/srcpkgs/fcron/template
index 11efd44b0bbd..c6f173ed48eb 100644
--- a/srcpkgs/fcron/template
+++ b/srcpkgs/fcron/template
@@ -1,7 +1,7 @@
 # Template file for 'fcron'
 pkgname=fcron
 version=3.3.0
-revision=5
+revision=6
 build_style=gnu-configure
 configure_args="
 	--sysconfdir=/etc/fcron

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PR PATCH] [Updated] fcron: show post-install info about enabling daily, hourly etc. cron jobs
  2021-06-13 16:24 [PR PATCH] fcron: show post-install info about enabling daily, hourly etc. cron jobs baal-zebub
@ 2021-06-13 16:25 ` baal-zebub
  2021-06-13 16:38 ` ericonr
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: baal-zebub @ 2021-06-13 16:25 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1644 bytes --]

There is an updated pull request by baal-zebub against master on the void-packages repository

https://github.com/baal-zebub/void-packages fcron
https://github.com/void-linux/void-packages/pull/31453

fcron: show post-install info about enabling daily, hourly etc. cron jobs
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/31453.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-fcron-31453.patch --]
[-- Type: text/x-diff, Size: 1182 bytes --]

From 379186cfead1a121018d5e74800cd6accf36f9a1 Mon Sep 17 00:00:00 2001
From: Kamil Smardzewski <roderyk197@gmail.com>
Date: Sun, 13 Jun 2021 18:12:32 +0200
Subject: [PATCH] fcron: show post-install info about enabling daily, hourly
 etc. cron jobs

---
 srcpkgs/fcron/INSTALL.msg | 5 +++++
 srcpkgs/fcron/template    | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)
 create mode 100644 srcpkgs/fcron/INSTALL.msg

diff --git a/srcpkgs/fcron/INSTALL.msg b/srcpkgs/fcron/INSTALL.msg
new file mode 100644
index 000000000000..9d35e4c0b2f2
--- /dev/null
+++ b/srcpkgs/fcron/INSTALL.msg
@@ -0,0 +1,5 @@
+If you have not yet configured a crontab for systab user and want to run jobs
+configured in /etc/cron.{daily,hourly,monthly,weekly}, you need to execute
+the following command which will install the appropriate crontab:
+
+	# fcrontab -z -u systab
diff --git a/srcpkgs/fcron/template b/srcpkgs/fcron/template
index 11efd44b0bbd..c6f173ed48eb 100644
--- a/srcpkgs/fcron/template
+++ b/srcpkgs/fcron/template
@@ -1,7 +1,7 @@
 # Template file for 'fcron'
 pkgname=fcron
 version=3.3.0
-revision=5
+revision=6
 build_style=gnu-configure
 configure_args="
 	--sysconfdir=/etc/fcron

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: fcron: show post-install info about enabling daily, hourly etc. cron jobs
  2021-06-13 16:24 [PR PATCH] fcron: show post-install info about enabling daily, hourly etc. cron jobs baal-zebub
  2021-06-13 16:25 ` [PR PATCH] [Updated] " baal-zebub
@ 2021-06-13 16:38 ` ericonr
  2021-06-13 16:58 ` [PR PATCH] [Updated] " baal-zebub
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: ericonr @ 2021-06-13 16:38 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 262 bytes --]

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/31453#issuecomment-860238750

Comment:
INSTALL.msg should be used for urgent warnings, not documentation purposes. Please use a `README.voidlinux` file instead.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PR PATCH] [Updated] fcron: show post-install info about enabling daily, hourly etc. cron jobs
  2021-06-13 16:24 [PR PATCH] fcron: show post-install info about enabling daily, hourly etc. cron jobs baal-zebub
  2021-06-13 16:25 ` [PR PATCH] [Updated] " baal-zebub
  2021-06-13 16:38 ` ericonr
@ 2021-06-13 16:58 ` baal-zebub
  2021-06-13 16:59 ` baal-zebub
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: baal-zebub @ 2021-06-13 16:58 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1644 bytes --]

There is an updated pull request by baal-zebub against master on the void-packages repository

https://github.com/baal-zebub/void-packages fcron
https://github.com/void-linux/void-packages/pull/31453

fcron: show post-install info about enabling daily, hourly etc. cron jobs
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/31453.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-fcron-31453.patch --]
[-- Type: text/x-diff, Size: 1379 bytes --]

From 105851ae3b0525286da8896ffe8fc56cd7e36437 Mon Sep 17 00:00:00 2001
From: Kamil Smardzewski <roderyk197@gmail.com>
Date: Sun, 13 Jun 2021 18:12:32 +0200
Subject: [PATCH] fcron: add info about enabling daily, hourly etc. cron jobs

---
 srcpkgs/fcron/files/README.voidlinux | 5 +++++
 srcpkgs/fcron/template               | 4 +++-
 2 files changed, 8 insertions(+), 1 deletion(-)
 create mode 100644 srcpkgs/fcron/files/README.voidlinux

diff --git a/srcpkgs/fcron/files/README.voidlinux b/srcpkgs/fcron/files/README.voidlinux
new file mode 100644
index 000000000000..9d35e4c0b2f2
--- /dev/null
+++ b/srcpkgs/fcron/files/README.voidlinux
@@ -0,0 +1,5 @@
+If you have not yet configured a crontab for systab user and want to run jobs
+configured in /etc/cron.{daily,hourly,monthly,weekly}, you need to execute
+the following command which will install the appropriate crontab:
+
+	# fcrontab -z -u systab
diff --git a/srcpkgs/fcron/template b/srcpkgs/fcron/template
index 11efd44b0bbd..11165cb2b188 100644
--- a/srcpkgs/fcron/template
+++ b/srcpkgs/fcron/template
@@ -1,7 +1,7 @@
 # Template file for 'fcron'
 pkgname=fcron
 version=3.3.0
-revision=5
+revision=6
 build_style=gnu-configure
 configure_args="
 	--sysconfdir=/etc/fcron
@@ -72,4 +72,6 @@ post_install() {
 
 	mv $DESTDIR/usr/share/doc/${pkgname}{-${version},}
 	vsv fcron
+
+    vdoc $FILESDIR/README.voidlinux
 }

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PR PATCH] [Updated] fcron: show post-install info about enabling daily, hourly etc. cron jobs
  2021-06-13 16:24 [PR PATCH] fcron: show post-install info about enabling daily, hourly etc. cron jobs baal-zebub
                   ` (2 preceding siblings ...)
  2021-06-13 16:58 ` [PR PATCH] [Updated] " baal-zebub
@ 2021-06-13 16:59 ` baal-zebub
  2022-05-22  2:11 ` fcron: add " github-actions
  2022-06-05  2:13 ` [PR PATCH] [Closed]: " github-actions
  5 siblings, 0 replies; 7+ messages in thread
From: baal-zebub @ 2021-06-13 16:59 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1644 bytes --]

There is an updated pull request by baal-zebub against master on the void-packages repository

https://github.com/baal-zebub/void-packages fcron
https://github.com/void-linux/void-packages/pull/31453

fcron: show post-install info about enabling daily, hourly etc. cron jobs
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/31453.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-fcron-31453.patch --]
[-- Type: text/x-diff, Size: 1376 bytes --]

From 0279051ca0e89c8b853315710b746eda4a6eb7fa Mon Sep 17 00:00:00 2001
From: Kamil Smardzewski <roderyk197@gmail.com>
Date: Sun, 13 Jun 2021 18:12:32 +0200
Subject: [PATCH] fcron: add info about enabling daily, hourly etc. cron jobs

---
 srcpkgs/fcron/files/README.voidlinux | 5 +++++
 srcpkgs/fcron/template               | 4 +++-
 2 files changed, 8 insertions(+), 1 deletion(-)
 create mode 100644 srcpkgs/fcron/files/README.voidlinux

diff --git a/srcpkgs/fcron/files/README.voidlinux b/srcpkgs/fcron/files/README.voidlinux
new file mode 100644
index 000000000000..9d35e4c0b2f2
--- /dev/null
+++ b/srcpkgs/fcron/files/README.voidlinux
@@ -0,0 +1,5 @@
+If you have not yet configured a crontab for systab user and want to run jobs
+configured in /etc/cron.{daily,hourly,monthly,weekly}, you need to execute
+the following command which will install the appropriate crontab:
+
+	# fcrontab -z -u systab
diff --git a/srcpkgs/fcron/template b/srcpkgs/fcron/template
index 11efd44b0bbd..8478f7d9d393 100644
--- a/srcpkgs/fcron/template
+++ b/srcpkgs/fcron/template
@@ -1,7 +1,7 @@
 # Template file for 'fcron'
 pkgname=fcron
 version=3.3.0
-revision=5
+revision=6
 build_style=gnu-configure
 configure_args="
 	--sysconfdir=/etc/fcron
@@ -72,4 +72,6 @@ post_install() {
 
 	mv $DESTDIR/usr/share/doc/${pkgname}{-${version},}
 	vsv fcron
+
+	vdoc $FILESDIR/README.voidlinux
 }

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: fcron: add info about enabling daily, hourly etc. cron jobs
  2021-06-13 16:24 [PR PATCH] fcron: show post-install info about enabling daily, hourly etc. cron jobs baal-zebub
                   ` (3 preceding siblings ...)
  2021-06-13 16:59 ` baal-zebub
@ 2022-05-22  2:11 ` github-actions
  2022-06-05  2:13 ` [PR PATCH] [Closed]: " github-actions
  5 siblings, 0 replies; 7+ messages in thread
From: github-actions @ 2022-05-22  2:11 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 305 bytes --]

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/31453#issuecomment-1133802448

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PR PATCH] [Closed]: fcron: add info about enabling daily, hourly etc. cron jobs
  2021-06-13 16:24 [PR PATCH] fcron: show post-install info about enabling daily, hourly etc. cron jobs baal-zebub
                   ` (4 preceding siblings ...)
  2022-05-22  2:11 ` fcron: add " github-actions
@ 2022-06-05  2:13 ` github-actions
  5 siblings, 0 replies; 7+ messages in thread
From: github-actions @ 2022-06-05  2:13 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1470 bytes --]

There's a closed pull request on the void-packages repository

fcron: add info about enabling daily, hourly etc. cron jobs
https://github.com/void-linux/void-packages/pull/31453

Description:
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2022-06-05  2:13 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-13 16:24 [PR PATCH] fcron: show post-install info about enabling daily, hourly etc. cron jobs baal-zebub
2021-06-13 16:25 ` [PR PATCH] [Updated] " baal-zebub
2021-06-13 16:38 ` ericonr
2021-06-13 16:58 ` [PR PATCH] [Updated] " baal-zebub
2021-06-13 16:59 ` baal-zebub
2022-05-22  2:11 ` fcron: add " github-actions
2022-06-05  2:13 ` [PR PATCH] [Closed]: " github-actions

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).