Hackfut Security File Manager
Current Path:
/opt/td-agent/embedded/lib/ruby/gems/2.4.0/gems/fluentd-1.7.0
opt
/
td-agent
/
embedded
/
lib
/
ruby
/
gems
/
2.4.0
/
gems
/
fluentd-1.7.0
/
📁
..
📄
.drone.yml
(755 B)
📁
.github
📄
.gitignore
(303 B)
📁
.gitlab
📄
.gitlab-ci.yml
(2.52 KB)
📄
.travis.yml
(1.27 KB)
📄
ADOPTERS.md
(194 B)
📄
AUTHORS
(90 B)
📄
CHANGELOG.md
(54.56 KB)
📄
CONTRIBUTING.md
(2.16 KB)
📄
GOVERNANCE.md
(2.79 KB)
📄
Gemfile
(432 B)
📄
GithubWorkflow.md
(2.67 KB)
📄
LICENSE
(11.08 KB)
📄
MAINTAINERS.md
(484 B)
📄
README.md
(3.94 KB)
📄
Rakefile
(2.65 KB)
📄
Vagrantfile
(553 B)
📄
appveyor.yml
(863 B)
📁
bin
📄
code-of-conduct.md
(149 B)
📁
example
📄
fluent.conf
(2.63 KB)
📄
fluentd.gemspec
(2.44 KB)
📁
lib
📁
templates
Editing: .drone.yml
kind: pipeline name: fluentd-test-arm64-2-6-3 platform: os: linux arch: arm64 steps: - name: fluentd-test-arm64-2-6-3 image: arm64v8/ruby:2.6.3 commands: - apt update - apt -y install libgmp3-dev - export BUNDLE_GEMFILE=$PWD/Gemfile - gem update --system - bundle install --jobs=3 --retry=3 --path=${BUNDLE_PATH:-vendor/bundle} - bundle exec rake test --- kind: pipeline name: fluentd-test-arm64-latest platform: os: linux arch: arm64 steps: - name: fluentd-test-arm64-latest image: arm64v8/ruby:latest commands: - apt update - apt -y install libgmp3-dev - export BUNDLE_GEMFILE=$PWD/Gemfile - gem update --system - bundle install --jobs=3 --retry=3 --path=${BUNDLE_PATH:-vendor/bundle} - bundle exec rake test
Upload File
Create Folder