Skip to content
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.

Commit

Permalink
Merge pull request #48 from jssimporter/homebysix-patch-1
Browse files Browse the repository at this point in the history
Homebysix patch 1
  • Loading branch information
grahampugh authored May 5, 2020
2 parents 5c930d7 + 1f5fe00 commit 3f1a5fe
Show file tree
Hide file tree
Showing 4 changed files with 335 additions and 113 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
*.xml
.vscode/*
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,26 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased][unreleased]

## [3.0.0b5] - 2020-02-03 Kawaii
### CHANGED
- Emoji are no longer shown unless the new `--kawaii` argument is passed at the command line.
- Emoji are rendered differently in python 2 and 3. This is to deal with attempted fixes in
versions 3.0.0b3 and 3.0.0b4 which were only partially successful.

## [3.0.0b2] - 2020-02-03 Bruce Lee Spruce Three
### CHANGED
- Now requires python-jss 2.1.0 or above,
as installed via JSSImporter 1.1.0 or above,
i.e. in the folder `/Library/AutoPkg/JSSImporter`.
Also requires Python3, best run using the AutoPkg-supplied python3 binary:
`/Library/AutoPkg/Python3/Python.framework/Versions/Current/bin/python3 ./spruce.py -h`
python-jss installed from `pip` or from source will be ignored.
- The default preferences are now taken directly from the AutoPkg preferences,
i.e. `com.github.autopkg`.
- A few updates to the code were required to function with python3 and to accommodate
upstream changes to python-jss.


## [3.0.0b1] - 2019-08-18 Alpine Spruce (Picea alpestris)
### CHANGED
- Now requires python-jss 2.0.0 or above,
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ Instructions for use

**For details on how to use Spruce, please visit our [Wiki](https://github.com/jssimporter/Spruce/wiki).**

**IMPORTANT:**
Spruce 3 requires python-jss 2.1.0 and python3, with the `Foundation` module. The simplest way to achieve this is to install AutoPkg 2.0 and JSSImporter 1.1.0, and then run Spruce using the python that is supplied with AutoPkg:

```
/Library/AutoPkg/Python3/Python.framework/Versions/Current/bin/python3 ./spruce.py -h
```

Acknowledgements
----------------
Expand Down
Loading

0 comments on commit 3f1a5fe

Please sign in to comment.