File tree Expand file tree Collapse file tree 6 files changed +48
-6
lines changed Expand file tree Collapse file tree 6 files changed +48
-6
lines changed Original file line number Diff line number Diff line change 1
1
# Maintainer: Colton Wolkins <frostyfrog2@gmail.com
2
2
pkgname=renzoku-git
3
- pkgver=0.1.0
3
+ pkgver=0.1.1
4
4
pkgrel=1
5
5
pkgdesc=" "
6
6
arch=(x86_64)
Original file line number Diff line number Diff line change
1
+ renzoku (0.1.1-1) unstable; urgency=low
2
+
3
+ This is the first official realease which upstream thinks is somewhat stable.
4
+ Between version 0.1.0 and 0.1.1, there have been changes involving how
5
+ subprocesses are launched and managed. In version 0.1.0, there were issues
6
+ where the build steps were run twice in a row. Now, in version 0.1.1, build
7
+ and test steps are merely run once. Besides the way processes are managed,
8
+ there have been a few infrastructure changes that will be exposed in a future
9
+ release. For example, the ability to log to a file instead of standard output
10
+ is possible, but it has yet to be exposed.
11
+
12
+ -- Colton Wolkins <frosty@frostyfrog.net> Sun, 04 Oct 2015 14:13:42 -0600
Original file line number Diff line number Diff line change 1
- renzoku (0.1.0 -1) UNRELEASED ; urgency=low
1
+ renzoku (0.1.1 -1) unstable ; urgency=low
2
2
3
3
* Initial release of Debian package
4
+ * Switched logging system to use vsnprintf and safe buffers lengths
5
+ * Removed inotify timeout debug message
6
+ * Switched inotify subsystem to use select, rather than just read
7
+ * Removed "false positive" errors with waitpid
8
+ * Added a process manager class to manage spawned processes
9
+
10
+ -- Colton Wolkins <frosty@frostyfrog.net> Sun, 04 Oct 2015 14:09:25 -0600
11
+
12
+ renzoku (0.1.0-1) UNRELEASED; urgency=low
13
+
14
+ * Initial Debian package files created
4
15
5
16
-- Colton Wolkins <frosty@frostyfrog.net> Sun, 13 Sep 2015 16:27:44 -0600
Original file line number Diff line number Diff line change 1
- man_MANS = renzoku.1
1
+ man_MANS = renzoku.1 \
2
+ renzoku.conf.5
Original file line number Diff line number Diff line change 1
1
.\" Manpage for renzoku.
2
2
.\" Contact renzoku@frostyfrog.net.in to correct errors or typos.
3
- .TH man 1 "08 September 2015" "0.1.0 " "renzoku man page"
3
+ .TH man 1 "04 October 2015" "0.1.1 " "renzoku man page"
4
4
.SH NAME
5
5
renzoku \- perform tedious tasks when files change
6
6
.SH SYNOPSIS
@@ -9,10 +9,10 @@ renzoku [OPTIONS] [DIRECTORY]
9
9
renzoku is a high level file watcher that performs user specified commands (via
10
10
renzoku.conf(5)) when underlying files change.
11
11
.SH OPTIONS
12
- The nuseradd does not currently take any options. That is a future feature.
12
+ Renzoku does not currently take any options. That is a future feature.
13
13
.SH SEE ALSO
14
14
renzoku.conf(5), inotify(7)
15
15
.SH BUGS
16
16
A fair few known bugs. renzoku is still in early development afterall.
17
17
.SH AUTHOR
18
- Vivek Gite (vivek@nixcraft.net.in )
18
+ Colton Wolkins (frostyfrog2@gmail.com )
Original file line number Diff line number Diff line change
1
+ .\" Manpage for renzoku.
2
+ .\" Contact renzoku@frostyfrog.net.in to correct errors or typos.
3
+ .TH man 1 "04 October 2015" "0.1.1" "renzoku.conf man page"
4
+ .SH NAME
5
+ renzoku.conf \- renzoku(1) build system project configuration file
6
+ .SH SYNOPSIS
7
+ renzoku.conf
8
+ .SH DESCRIPTION
9
+ renzoku(1) is a high level file watcher that performs user specified commands
10
+ when underlying files change. The commands which are run are contained within a
11
+ file named renzoku.conf. More explanation to come later on. For now, please see
12
+ the example located in /usr/share/doc/renzoku/renzoku.conf
13
+ .SH SEE ALSO
14
+ renzoku(1)
15
+ .SH BUGS
16
+ A fair few known bugs. renzoku is still in early development afterall.
17
+ .SH AUTHOR
18
+ Colton Wolkins (frostyfrog2@gmail.com)
You can’t perform that action at this time.
0 commit comments