Skip to content

Commit

Permalink
added -p ask to package install
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed May 13, 2016
1 parent e940447 commit 0a563fe
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 20 deletions.
4 changes: 2 additions & 2 deletions autoupdate-config-lihas/Makefile
Expand Up @@ -2,7 +2,7 @@ WGET_COMMON_OPTIONS = -q -N

PACKAGE_NAME = autoupdate-config-lihas
VERSION = 1.0
OPSI_PACKAGE_VERSION = 1
OPSI_PACKAGE_VERSION = 2

TARGET = $(PACKAGE_NAME)_$(VERSION)-$(OPSI_PACKAGE_VERSION).opsi

Expand All @@ -14,7 +14,7 @@ $(TARGET):
build: $(TARGET)

$(TARGET).uploaded:
opsi-package-manager -i $(TARGET)
opsi-package-manager -p ask -i $(TARGET)
touch $(TARGET).uploaded

install: $(TARGET).uploaded
Expand Down
25 changes: 7 additions & 18 deletions autoupdate-config-lihas/OPSI/control
@@ -1,5 +1,5 @@
[Package]
version: 1
version: 2
depends:
incremental: False

Expand Down Expand Up @@ -58,25 +58,14 @@ values: ["0", "1"]
default: ["1"]

[Changelog]
autoupdate-config-lihas (1.0-1) testing; urgency=low

* Initial package

-- Stefan Baur <lihas@lihas.de> Fri, 27 Jun 2014 21:45:00 +0000












autoupdate-config-lihas (1.0-2) testing; urgency=low

* Makefile updated to ask questions during package install

-- Stefan Baur <lihas@lihas.de> Fri, 13 May 2016 22:32:00 +0000

autoupdate-config-lihas (1.0-1) testing; urgency=low

* Initial package

-- Stefan Baur <lihas@lihas.de> Fri, 27 Jun 2014 21:45:00 +0000

0 comments on commit 0a563fe

Please sign in to comment.