~sourcemage/sorcery

a1de57e4 — Ismael Luceno a day ago master
sightsee: Fix parsing of VERSION variable
fead07cd — Ismael Luceno 2 days ago
sightsee: Add debug mode
a1c700b0 — Ismael Luceno 2 days ago
sightsee: Provide a default regex
0330ceaa — Ismael Luceno 2 days ago
sightsee: Print a warning if no release was extracted
dbd0c009 — Ismael Luceno 2 days ago
sightsee: Fix syntax error
0fa97cfb — Ismael Luceno 2 days ago
sightsee: Allow for spaces in the regex
bad15943 — Ismael Luceno 2 days ago
sightsee: Make test mode show all unique matches
4f36610e — Ismael Luceno 2 days ago
sightsee: Improve parsing

Make so that the Watch line can come in any order; it was confusing before
because it needed to happen after VERSION was defined.
248845a2 — Ismael Luceno 2 days ago
sightsee: Add test mode
a6e53e50 — Ismael Luceno 2 days ago
Implement sorcery sightsee command
bd9e97e0 — Ismael Luceno 2 days ago
Implement support for external commands

Executable binaries added to /usr/lib/sorcery/cmd/ will be used as
sub-commands for Sorcery.

The sub-commands must implement the --help argument.
c0fc1f23 — Remko van der Vossen 4 months ago
Set corrcet branch & version for release
1b5f0d79 — Pavel Vinogradov 4 months ago
protected: added more libraries for safe glibc installation
e18ba37e — Ismael Luceno 5 months ago
protected: Update for newer glibc

Protect:
- /lib/ld-linux-*
- /lib/ld.so*
- /lib/libc.so*
- /usr/lib/libc.so*
ca4e66ed — Ismael Luceno 5 months ago
protected: Sort
0ee24738 — Pavel Vinogradov 6 months ago
libsecurity, libsorcery: adapted for grep 3.8 (egrep -> grep -E)
5cce1e31 — Ismael Luceno 8 months ago
Update ChangeLog
5c0b9670 — Ismael Luceno 8 months ago
gaze: Streamline show-spell-version functions

Change the behavior to only print grimoires containing the spell.

Deduplicate code by rebasing two functions on top of
gaze_show_spell_version_table.

Changes to gaze_show_spell_version_table:
- Take a list of grimoires
- Avoid printing the table if no spells have been specified

Rebased functions:
- gaze_show_versions

Removed functions:
- gaze_show_section_version_table
d8b100f6 — Ismael Luceno 8 months ago
Update ChangeLog
b538c2da — Ismael Luceno 1 year, 13 days ago
scribe: Fix updating from tarballs

Fixes: 878079e1d3d4 ("scribe: don't download/clone all over again when updating")
Next