Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Oct 2015 07:59:16 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 198951] [NEW PORT] x11-themes/evolvere-icon-theme: Icon themes for KDE, Gnome, Xfce
Message-ID:  <bug-198951-13-cGbL90q19a@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-198951-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-198951-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198951

--- Comment #16 from Mathieu Arnold <mat@FreeBSD.org> ---
(In reply to Kurt Jaeger from comment #15)
> Maybe the API can be enhanced. I'll ask around.

It can't, the GitHub API is pretty simple:

https://developer.github.com/v3/repos/contents/#get-archive-link

The best bet would be to manually create one archive per set using git archive,
possibly compressing them with xz instead of the default gzip in the mean time.

Something like:

for i in <list of directories>
do
git archive --format tar --prefix franksouza183-EvolvereSuit-$i-902379c/ HEAD
-- $i | xz -9 > franksouza183-EvolvereSuit-$i-902379c.tar.xz
done

It could even be added to the Makefile for easy update when there are new
releases.

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-198951-13-cGbL90q19a>