Commit Graph

11 Commits

Author SHA1 Message Date
Frédéric Guillot 88767d130b Improve migration script 2017-12-29 15:17:38 -08:00
Frédéric Guillot 90b3506a45 Remove useless files 2017-12-01 18:20:31 -08:00
Frédéric Guillot b06d6e153f Use Alpine/Nginx/PHP7 for the Docker image 2017-12-01 18:11:14 -08:00
Frederic Guillot 43efe30442 Update .gitignore file 2017-06-11 21:31:47 -04:00
Frederic Guillot 005f121972 Update gitattributes 2017-01-05 22:09:10 -05:00
Frederic Guillot e78bbda608 Add Heroku button 2017-01-02 18:35:55 -05:00
Frederic Guillot 05af9d0d4d
Add Github templates 2016-08-21 12:59:35 -04:00
Frederic Guillot 1f88eb50f3
Move application code to app folder 2016-08-18 21:02:49 -04:00
Frederic Guillot cba69bb9ae
Do not include .dockerignore into the archive 2016-07-31 12:46:31 -04:00
Mathias Kresin 901a57e298 Update archive export excludes 2015-04-23 23:37:33 +02:00
Mathias Kresin 8e78c77fc1 introduce release script
This script replaces make-archive.sh and make-tag.sh.

Switch to 'git archive' to create a ZIP file from the repo. Its way
more faster, automates a lot things and works with the GitHub download
HEAD/Release/Tag as ZIP functionality as well.

git archive reads the file .gitattributes to determine which files has
to be excluded from the zip file.

It replaces the following placeholders in common.php:

$Format:%d$": with the output of git log --pretty=format:%d which
contains the tag of the last commit (if tagged).

$Format:%H$": with the hash of the latest included commit.

If no tag can be found the hash is appended to "master" and shown as
version number.

The approach is kind of hackish since no distinct format option for the
tag exists.

Fixes #231, https://github.com/fguillot/miniflux/issues/213#issuecomment-65631765
2015-01-10 09:37:52 +01:00