Skip to content

Commit

Permalink
Release 0.0.3
Browse files Browse the repository at this point in the history
* Progressive update of the results of the work of the task.
* Loading keys from a file.
* Displays the history dates with the browser time.
* Button "Execute Now" for Periodic Task.
* Startup templates.

See merge request !17
  • Loading branch information
onegreyonewhite committed Jul 20, 2017
2 parents 0feb212 + f4202af commit 8b5b31d
Show file tree
Hide file tree
Showing 48 changed files with 1,925 additions and 342 deletions.
4 changes: 2 additions & 2 deletions .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ exclude-protected=_asdict,_fields,_replace,_source,_make
[DESIGN]

# Maximum number of arguments for function / method
max-args=5
max-args=6

# Argument names that match this expression will be ignored. Default to name
# with leading underscore
Expand All @@ -355,7 +355,7 @@ max-branches=12
max-statements=50

# Maximum number of parents for a class (see R0901).
max-parents=7
max-parents=9

# Maximum number of attributes for a class (see R0902).
max-attributes=7
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ deb:
rm -rf debian
mkdir debian
# create needed files
cp changelog debian/
echo 9 > debian/compat
echo "$$DEBIAN_CONTROL" > debian/control
echo "$$DEBIAN_COPYRIGHT" > debian/copyright
Expand All @@ -95,6 +94,7 @@ deb:
echo "$$DEBIAN_POSTINST" > debian/postinst
echo "$$DEBIAN_PRERM" > debian/prerm
echo "$$DEBIAN_POSTRM" > debian/postrm
echo "$$DEBIAN_CHANGELOG" > debian/changelog
chmod +x debian/rules
chmod +x debian/preinst
chmod +x debian/postinst
Expand Down
6 changes: 4 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ Features
Red Hat/CentOS installation
---------------------------

1. Download rpm from official site.
1. Download rpm from official site:
https://github.com/vstconsulting/polemarch/releases

2. Install it with command

Expand Down Expand Up @@ -54,7 +55,8 @@ make ssh connection, ``sshpass`` not necessary.
Ubuntu/Debian installation
--------------------------

1. Download deb from official site.
1. Download deb from official site:
https://github.com/vstconsulting/polemarch/releases

2. Install it with command

Expand Down
12 changes: 0 additions & 12 deletions changelog

This file was deleted.

9 changes: 9 additions & 0 deletions deb.mk
Original file line number Diff line number Diff line change
Expand Up @@ -146,3 +146,12 @@ case "$$1" in
esac
endef
export DEBIAN_POSTRM

define DEBIAN_CHANGELOG
$(NAME) ($(VER)-$(RELEASE)) unstable; urgency=low

* this changelog is generated automatically. See official site for actual list of changes.

-- Sergey K. <[email protected]> Wed, 19 Jul 2017 6:41:48 +0000
endef
export DEBIAN_CHANGELOG
6 changes: 4 additions & 2 deletions doc/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ Installation and quick start
Red Hat/CentOS installation
---------------------------

1. Download rpm from official site.
1. Download rpm from official site:
https://github.com/vstconsulting/polemarch/releases

2. Install it with command

Expand Down Expand Up @@ -33,7 +34,8 @@ make ssh connection, ``sshpass`` not necessary.
Ubuntu/Debian installation
--------------------------

1. Download deb from official site.
1. Download deb from official site:
https://github.com/vstconsulting/polemarch/releases

2. Install it with command

Expand Down
Loading

0 comments on commit 8b5b31d

Please sign in to comment.