]> git.scottworley.com Git - pinch/log
pinch
4 years agoReject duplicate channel names 1.2
Scott Worley [Tue, 19 May 2020 07:20:09 +0000 (00:20 -0700)]
Reject duplicate channel names

4 years agoUpdate merges multiple files
Scott Worley [Tue, 19 May 2020 07:07:12 +0000 (00:07 -0700)]
Update merges multiple files

4 years agoAliases
Scott Worley [Tue, 19 May 2020 06:55:27 +0000 (23:55 -0700)]
Aliases

4 years agoTest
Scott Worley [Tue, 19 May 2020 06:05:59 +0000 (23:05 -0700)]
Test

4 years agoStatus chatter goes to stderr
Scott Worley [Mon, 18 May 2020 23:21:33 +0000 (16:21 -0700)]
Status chatter goes to stderr

4 years agoAdd --dry_run flag
Scott Worley [Mon, 18 May 2020 23:19:15 +0000 (16:19 -0700)]
Add --dry_run flag

4 years agoExclude subprocess-run-check
Scott Worley [Mon, 18 May 2020 23:09:06 +0000 (16:09 -0700)]
Exclude subprocess-run-check

We check status explicitly.

4 years agoSpecify channels to pin on command line 1.1
Scott Worley [Sun, 12 Apr 2020 16:54:57 +0000 (09:54 -0700)]
Specify channels to pin on command line

No specified channels -> pin all channels (which is an unfortunate
interface for scripting.  Sorry).

4 years agoThis tool is named "pinch" now
Scott Worley [Sat, 11 Apr 2020 06:17:22 +0000 (23:17 -0700)]
This tool is named "pinch" now

4 years agoREADME 1.0
Scott Worley [Sat, 11 Apr 2020 00:00:17 +0000 (17:00 -0700)]
README

4 years agoUpdate channels from pins
Scott Worley [Fri, 10 Apr 2020 23:40:01 +0000 (16:40 -0700)]
Update channels from pins

4 years agoSplit ensure_git_rev_available out from git_fetch
Scott Worley [Fri, 10 Apr 2020 22:29:38 +0000 (15:29 -0700)]
Split ensure_git_rev_available out from git_fetch

4 years agogit_cachedir without Channel
Scott Worley [Fri, 10 Apr 2020 20:38:23 +0000 (13:38 -0700)]
git_cachedir without Channel

4 years agoName git pins
Scott Worley [Fri, 10 Apr 2020 07:45:45 +0000 (00:45 -0700)]
Name git pins

4 years agoRecord release name
Scott Worley [Fri, 10 Apr 2020 07:10:42 +0000 (00:10 -0700)]
Record release name

4 years agoSub-command
Scott Worley [Fri, 10 Apr 2020 05:57:26 +0000 (22:57 -0700)]
Sub-command

4 years agoFormatting
Scott Worley [Fri, 10 Apr 2020 05:55:01 +0000 (22:55 -0700)]
Formatting

4 years agoVerify old rev is an ancestor of new rev
Scott Worley [Fri, 10 Apr 2020 04:44:56 +0000 (21:44 -0700)]
Verify old rev is an ancestor of new rev

4 years agoSupport non-hydra, plain ol' git channels
Scott Worley [Fri, 10 Apr 2020 04:44:49 +0000 (21:44 -0700)]
Support non-hydra, plain ol' git channels

4 years agoRename config field: url -> channel_url
Scott Worley [Fri, 10 Apr 2020 03:35:24 +0000 (20:35 -0700)]
Rename config field: url -> channel_url

4 years ago.gitignore
Scott Worley [Fri, 10 Apr 2020 03:22:31 +0000 (20:22 -0700)]
.gitignore

4 years agoWrite back to config file
Scott Worley [Fri, 10 Apr 2020 03:21:15 +0000 (20:21 -0700)]
Write back to config file

4 years agoSupport multiple channels
Scott Worley [Fri, 10 Apr 2020 00:59:39 +0000 (17:59 -0700)]
Support multiple channels

4 years agoRename git_commit -> git_revision
Scott Worley [Fri, 10 Apr 2020 00:48:34 +0000 (17:48 -0700)]
Rename git_commit -> git_revision

4 years agoGet configuration from config file
Scott Worley [Fri, 10 Apr 2020 00:48:02 +0000 (17:48 -0700)]
Get configuration from config file

4 years agoVerify channel tarball metadata
Scott Worley [Thu, 9 Apr 2020 23:33:22 +0000 (16:33 -0700)]
Verify channel tarball metadata

4 years agoBreak up check_channel_contents
Scott Worley [Thu, 9 Apr 2020 23:16:33 +0000 (16:16 -0700)]
Break up check_channel_contents

4 years agoCompare channel tarball with git
Scott Worley [Thu, 9 Apr 2020 22:56:45 +0000 (15:56 -0700)]
Compare channel tarball with git

4 years agomain creates the Channel
Scott Worley [Thu, 9 Apr 2020 00:48:32 +0000 (17:48 -0700)]
main creates the Channel

4 years agoRename Info -> Channel
Scott Worley [Thu, 9 Apr 2020 00:46:09 +0000 (17:46 -0700)]
Rename Info -> Channel

4 years agoRename top-level procedures
Scott Worley [Thu, 9 Apr 2020 00:37:51 +0000 (17:37 -0700)]
Rename top-level procedures

4 years agoExtract release name
Scott Worley [Thu, 9 Apr 2020 00:36:38 +0000 (17:36 -0700)]
Extract release name

& print out what's been extracted or being worked on

4 years agoFetch with nix-prefetch-url for the caching
Scott Worley [Thu, 9 Apr 2020 00:12:03 +0000 (17:12 -0700)]
Fetch with nix-prefetch-url for the caching

4 years agoUse SimpleNamespace for typed records
Scott Worley [Wed, 8 Apr 2020 23:40:24 +0000 (16:40 -0700)]
Use SimpleNamespace for typed records

4 years agoStart
Scott Worley [Tue, 7 Apr 2020 23:53:21 +0000 (16:53 -0700)]
Start