-
Notifications
You must be signed in to change notification settings - Fork 89
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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
Showing
48 changed files
with
1,925 additions
and
342 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.