-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This commit updates copyright statements throughout, as well as a few typos.
- Loading branch information
Showing
13 changed files
with
33 additions
and
25 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,10 @@ | ||
2021-03-08 Michael Herstine <[email protected]> | ||
2021-03-10 Michael Herstine <[email protected]> | ||
|
||
Boilerplate update. | ||
This commit updates copyright statements throughout, as well | ||
as a few typos. | ||
|
||
2021-03-09 Michael Herstine <[email protected]> | ||
|
||
Clear-up some packaging issues. | ||
This commit: | ||
|
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
#+AUTHOR: Michael Herstine | ||
#+DESCRIPTION: mpdpopm | ||
#+EMAIL: [email protected] | ||
#+DATE: <2021-03-05 Fri 17:22> | ||
#+DATE: <2021-03-10 Wed 19:27> | ||
#+AUTODATE: t | ||
|
||
* Introduction | ||
|
@@ -36,10 +36,10 @@ Thanks to a suggestion by [[https://github.com/m040601][m040601]], you can down | |
|
||
#+BEGIN_SRC bash | ||
cd /tmp | ||
curl -L --output mpdpopm-0.1.14.tar.gz https://github.com/sp1ff/mpdpopm/releases/download/0.1.14/mpdpopm-0.1.14-x86_64-unknown-linux.tar.gz | ||
tar xf mpdpopm-0.1.14.tar.gz | ||
tree mpdpopm-0.1.14-x86_64-unknown-linux/ | ||
mpdpopm-0.1.14-x86_64-unknown-linux/ | ||
curl -L --output mpdpopm-0.1.15.tar.gz https://github.com/sp1ff/mpdpopm/releases/download/0.1.15/mpdpopm-0.1.15-x86_64-unknown-linux.tar.gz | ||
tar xf mpdpopm-0.1.15.tar.gz | ||
tree mpdpopm-0.1.15-x86_64-unknown-linux/ | ||
mpdpopm-0.1.15-x86_64-unknown-linux/ | ||
├── bin | ||
│ ├── mppopm | ||
│ └── mppopmd | ||
|
@@ -49,7 +49,9 @@ mpdpopm-0.1.14-x86_64-unknown-linux/ | |
├── COPYING | ||
├── NEWS | ||
├── README.org | ||
└── THANKS | ||
├── THANKS | ||
├── mppopmd.conf | ||
└── mppopmd.service | ||
|
||
2 directories, 8 files | ||
#+END_SRC | ||
|
@@ -66,8 +68,8 @@ If you're running on a Debian-based Linux distribution, and you're on an x86_64 | |
|
||
#+BEGIN_SRC bash | ||
cd /tmp | ||
curl -L -O https://github.com/sp1ff/mpdpopm/releases/download/0.1.14/mpdpopm_0.1.14_amd64.deb | ||
sudo dpkg -i mpdpopm_0.1.14_amd64.deb | ||
curl -L -O https://github.com/sp1ff/mpdpopm/releases/download/0.1.15/mpdpopm_0.1.15_amd64.deb | ||
sudo dpkg -i mpdpopm_0.1.15_amd64.deb | ||
#+END_SRC | ||
|
||
The binaries will be placed in =/usr/local/bin=, and you can proceed to [[#getting_started][Getting Started]], below. | ||
|
@@ -78,9 +80,9 @@ If you've got the Rust toolchain as well as Autotools installed, you can build f | |
|
||
#+BEGIN_SRC bash | ||
cd /tmp | ||
curl -L -O https://github.com/sp1ff/mpdpopm/releases/download/0.1.14/mpdpopm-0.1.14.tar.xz | ||
tar xf mpdpopm-0.1.14.tar.xz | ||
cd mpdpopm-0.1.14 | ||
curl -L -O https://github.com/sp1ff/mpdpopm/releases/download/0.1.15/mpdpopm-0.1.15.tar.xz | ||
tar xf mpdpopm-0.1.15.tar.xz | ||
cd mpdpopm-0.1.15 | ||
./configure | ||
make | ||
make check | ||
|
@@ -196,8 +198,8 @@ Once you've got your configuration file prepared, you should probably start the | |
|
||
#+BEGIN_SRC bash | ||
mppopmd -v -F -c <path to configuration file> | ||
[2020-12-12T15:26:19.620806454-08:00][mppopmd] mppopmd 0.1.14 logging at level Debug. | ||
[2020-12-12T15:26:19.621395828-08:00][mpdpopm] mpdpopm 0.1.14 beginning. | ||
[2020-12-12T15:26:19.620806454-08:00][mppopmd] mppopmd 0.1.15 logging at level Debug. | ||
[2020-12-12T15:26:19.621395828-08:00][mpdpopm] mpdpopm 0.1.15 beginning. | ||
[2020-12-12T15:26:19.621998677-08:00][mpdpopm::clients] Connected 0.22.0. | ||
[2020-12-12T15:26:19.623398521-08:00][mpdpopm::clients] Connected 0.22.0. | ||
[2020-12-12T15:26:19.623874861-08:00][mpdpopm::clients] Sent subscribe message for unwoundstack.com:commands; got `OK | ||
|
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
// Copyright (C) 2020 Michael Herstine <[email protected]> | ||
// Copyright (C) 2020-2021 Michael Herstine <[email protected]> | ||
// | ||
// This file is part of mpdpopm. | ||
// | ||
|
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
// Copyright (C) 2020 Michael Herstine <[email protected]> | ||
// Copyright (C) 2020-2021 Michael Herstine <[email protected]> | ||
// | ||
// This file is part of mpdpopm. | ||
// | ||
|
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
// Copyright (C) 2020 Michael Herstine <[email protected]> | ||
// Copyright (C) 2020-2021 Michael Herstine <[email protected]> | ||
// | ||
// This file is part of mpdpopm. | ||
// | ||
|
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
// Copyright (C) 2020 Michael Herstine <[email protected]> | ||
// Copyright (C) 2020-2021 Michael Herstine <[email protected]> | ||
// | ||
// This file is part of mpdpopm. | ||
// | ||
|
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
// Copyright (C) 2020 Michael Herstine <[email protected]> | ||
// Copyright (C) 2020-2021 Michael Herstine <[email protected]> | ||
// | ||
// This file is part of mpdpopm. | ||
// | ||
|
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
// Copyright (C) 2020 Michael Herstine <[email protected]> | ||
// Copyright (C) 2020-2021 Michael Herstine <[email protected]> | ||
// | ||
// This file is part of mpdpopm. | ||
// | ||
|
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
// Copyright (C) 2020 Michael Herstine <[email protected]> | ||
// Copyright (C) 2020-2021 Michael Herstine <[email protected]> | ||
// | ||
// This file is part of mpdpopm. | ||
// | ||
|
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
// Copyright (C) 2020 Michael Herstine <[email protected]> | ||
// Copyright (C) 2020-2021 Michael Herstine <[email protected]> | ||
// | ||
// This file is part of mpdpopm. | ||
// | ||
|
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
// Copyright (C) 2020 Michael Herstine <[email protected]> | ||
// Copyright (C) 2020-2021 Michael Herstine <[email protected]> | ||
// | ||
// This file is part of mpdpopm. | ||
// | ||
|