Commit Graph

87 Commits

Author SHA1 Message Date
sidey79 1b7325bf8e
Modified workflow to use existing cache with tags and metadata (#23)
* Update mirror.yml

Modified workflow to use  another existing cache with metadata


* Update cache.yml

run only on dispatch
2021-12-22 11:00:11 +01:00
dependabot[bot] ef9cc33f29
Bump actions/cache from 2.1.6 to 2.1.7 (#22)
Bumps [actions/cache](https://github.com/actions/cache) from 2.1.6 to 2.1.7.
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](https://github.com/actions/cache/compare/v2.1.6...v2.1.7)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-12-20 11:02:36 +01:00
sidey79 d1f9f6c72b
cache.yml (#21)
added cache workflow
2021-12-19 20:32:37 +01:00
dependabot[bot] 8eb0fe2cbd
Bump actions/cache from 2.1.6 to 2.1.7 (#19)
Bumps [actions/cache](https://github.com/actions/cache) from 2.1.6 to 2.1.7.
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](https://github.com/actions/cache/compare/v2.1.6...v2.1.7)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-23 18:15:30 +01:00
dependabot[bot] 4854bb2a06
Bump actions/checkout from 2.3.5 to 2.4.0 (#18)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.5 to 2.4.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2.3.5...v2.4.0)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-03 10:36:41 +01:00
dependabot[bot] ad33c6382c
Bump actions/checkout from 2.3.4 to 2.3.5 (#16)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.4 to 2.3.5.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2.3.4...v2.3.5)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-19 00:41:10 +02:00
dependabot[bot] 98825f5337
Bump actions/cache from 2.1.5 to 2.1.6 (#15)
Bumps [actions/cache](https://github.com/actions/cache) from 2.1.5 to 2.1.6.
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](https://github.com/actions/cache/compare/v2.1.5...v2.1.6)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-30 17:57:06 +02:00
dependabot[bot] 9418f37efd
Bump actions/checkout from 2 to 2.3.4 (#14)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 2.3.4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v2.3.4)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-13 01:27:03 +02:00
sidey79 cf317560c2
Fix version conflict git / git-svn (#13)
Remove installed git and git-svn from ppa repo
Let git-svn decide which version of git is installed
2021-04-17 23:33:07 +02:00
dependabot[bot] 4c0291c407 Bump actions/cache from v2.1.4 to v2.1.5
Bumps [actions/cache](https://github.com/actions/cache) from v2.1.4 to v2.1.5.
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](https://github.com/actions/cache/compare/v2.1.4...1a9e2138d905efd099035b49d8b7a3888c653ca8)

Signed-off-by: dependabot[bot] <support@github.com>
2021-04-17 22:33:15 +02:00
dependabot[bot] abc3d08acb Bump actions/cache from v2 to v2.1.4
Bumps [actions/cache](https://github.com/actions/cache) from v2 to v2.1.4.
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](https://github.com/actions/cache/compare/v2...26968a09c0ea4f3e233fdddbafd1166051a095f6)

Signed-off-by: dependabot[bot] <support@github.com>
2021-02-17 22:32:06 +01:00
sidey79 e1b9fd9b51 add second chance of fetch 2021-02-11 22:20:58 +01:00
sidey79 13667c3390 mirror.yml
add true after initial fetches to avoid beaking workflow
2021-02-11 22:20:58 +01:00
sidey79 322cf45b30 Specified versions (tag) of the used actions insted of a branch 2021-02-11 22:20:58 +01:00
sidey79 9ae12ba3aa Update dependabot.yml
Path change
2021-02-11 22:20:58 +01:00
sidey79 d64cf51c4e Update dependabot.yml
Corrected dependabot path and removed ecosystem for docker.
2021-02-11 22:20:58 +01:00
sidey79 c630289101 Create dependabot.yml
Added dependabot configfile
2021-02-11 22:20:58 +01:00
sidey79 3d577fc4d2 Disable travis config 2021-02-11 22:20:58 +01:00
sidey79 e11c7201b8 Cleanup
Disabled recreation of tags, because they are currently not fetched.
2021-02-11 22:20:58 +01:00
sidey79 8893a00931 Add receation of tags 2021-02-11 22:20:58 +01:00
sidey79 7547de08ea mirror.yml
Try mirror via workflow
2021-02-11 22:20:58 +01:00
Julian Pawlowski 8696274e3b
Update README.md 2019-06-04 17:35:21 +02:00
Julian Pawlowski 4a17c0757d
Update authors.txt 2019-03-22 15:08:40 +01:00
Julian Pawlowski d481504b5c
Update authors.txt 2019-02-26 13:49:44 +01:00
Julian Pawlowski 2b3c8a18ff
Update authors.txt 2019-02-21 11:24:04 +01:00
Julian Pawlowski bb8d529264
Update authors.txt 2019-02-21 11:22:26 +01:00
Julian Pawlowski 1cbae450e7
Update authors.txt 2019-02-21 11:21:03 +01:00
Julian Pawlowski 9576a5a02e
Update authors.txt 2019-02-21 11:19:24 +01:00
Julian Pawlowski 54b9bc6258
Update authors.txt 2019-02-21 11:18:00 +01:00
Julian Pawlowski b17a42d12c
Update authors.txt 2019-02-21 11:16:26 +01:00
Julian Pawlowski 2f15678b55
Update authors.txt 2019-02-21 11:12:39 +01:00
Gernot Hillier 42bb8acee2 authors.txt: Add gernot-h
Mapping of my FHEM and Github accounts
2019-02-21 09:52:29 +01:00
sidey79 b511adc2f1 Update authors.txt
author ergänzt
2019-02-15 11:54:21 +01:00
Julian Pawlowski b6114ee68f
Update authors.txt 2019-01-21 13:06:33 +01:00
Julian Pawlowski d81b357a48
Update authors.txt 2019-01-21 12:58:26 +01:00
Julian Pawlowski ae101666fe
Update authors.txt 2019-01-16 11:43:58 +01:00
Julian Pawlowski 5a98e44976 Initial commit 2019-01-05 11:24:15 +01:00