Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

git subrepo pull (merge) postfixbuddy #29

Merged
merged 2 commits into from
Aug 5, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion postfixbuddy/.gitrepo
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@
[subrepo]
remote = https://github.com/dsgnr/postfixbuddy.git
branch = master
commit = 0227dde49ec1e27fc39a2c4ba008a6f9bb980675
commit = 723ae6b249f320773dcb12ed054a7b4ce7670196
parent = ecf46d8251d40e3640ab83a37f52fa708211b922
method = merge
cmdver = 0.4.1
4 changes: 2 additions & 2 deletions postfixbuddy/postfixbuddy.py
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@
from subprocess import call


__version__ = '0.1.0'
__version__ = '0.2.0'


def get_options():
@@ -50,7 +50,7 @@ def get_options():

# All variables defined in this script reply on finding the queue_directory.
# This defines the PF_DIR variable which is called later on.
PF_DIR = None
PF_DIR = ""
try:
GET_QUEUE_DIR = subprocess.Popen(['/usr/sbin/postconf',
'-h', 'queue_directory'],