Skip to content

Commit

Permalink
Merge pull request #29 from ehdoyle/master
Browse files Browse the repository at this point in the history
Red Hat image support
  • Loading branch information
ehdoyle authored Jan 3, 2021
2 parents 38119e8 + 90ed4d3 commit dbaf537
Show file tree
Hide file tree
Showing 11 changed files with 311 additions and 283 deletions.
8 changes: 8 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
due (2.3.0-1) unstable; urgency=medium

* Version bump to 2.3.0
* Red Hat image support in libdue and container scripts.
* ChangeLog: Lintian cleanup.

-- Alex Doyle <[email protected]> Sat, 02 Jan 2021 06:06:06 -0700

due (2.2.0-1) unstable; urgency=medium

* Version bump to 2.2.0
Expand Down
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -193,5 +193,10 @@ debian-package: orig.tar
@echo "# Checking out master branch."
$(Q) git checkout master

debian: orig.tar
@ echo "Building DUE Debian installer package."
@ git checkout debian/master
@ ./due --build

test:
@echo "Due version $(DUE_VERSION)"
Loading

0 comments on commit dbaf537

Please sign in to comment.