-
Notifications
You must be signed in to change notification settings - Fork 926
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4766 from galaxyproject/magellanic-galaxy
Fix commit cache GH action
- Loading branch information
Showing
5 changed files
with
172 additions
and
9 deletions.
There are no files selected for viewing
File renamed without changes.
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,11 +1,6 @@ | ||
require './_plugins/gtn' | ||
require 'jekyll' | ||
require './_plugins/gtn/mod.rb' | ||
|
||
# Write the commit log | ||
Gtn::ModificationTimes.generate_cache | ||
Gtn::PublicationTimes.generate_cache | ||
|
||
# Gziped? | ||
# require 'zlib' | ||
# File.write("metadata/git-mod-#{rev}.txt.gz", Zlib.gzip(Gtn::ModificationTimes.command)) | ||
# File.write("metadata/git-pub-#{rev}.txt.gz", Zlib.gzip(Gtn::PublicationTimes.command)) | ||
# p Gtn::ModificationTimes.discover_caches |
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
13 changes: 13 additions & 0 deletions
13
...e16de5c1d2c6621c3ca488f534da270fab1e2.txt → ...0fcf163b914ce1837f087eec1cd0066c0e7e3.txt
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