-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Makefile job 'backup' broken #2465
Copy link
Copy link
Closed
Labels
kind/questionSomeone asked a question - feel free to answerSomeone asked a question - feel free to answermeta/help wantedThe OP requests help from others - chime in! :DThe OP requests help from others - chime in! :Dmeta/needs triageThis issue / PR needs checks and verification from maintainersThis issue / PR needs checks and verification from maintainerspriority/low
Metadata
Metadata
Assignees
Labels
kind/questionSomeone asked a question - feel free to answerSomeone asked a question - feel free to answermeta/help wantedThe OP requests help from others - chime in! :DThe OP requests help from others - chime in! :Dmeta/needs triageThis issue / PR needs checks and verification from maintainersThis issue / PR needs checks and verification from maintainerspriority/low
Description
Since we renamed
configtoconfig-examples, this Makefile job no longer works:docker-mailserver/Makefile
Lines 16 to 20 in d101d0a
-->
cp: cannot stat 'config': No such file or directorybackupis part of thealljob, so there is an error every timemake allis run.Anyway, there is no reliable way to detect the
configdirectory someone might use, when no container is running. I am not sure, how useful a hard-coded config directory is at all.Should we fix the job? How?
Or maybe remove that part of the job (Line 19)?