文件名称:fpm-master
-
所属分类:
- 标签属性:
- 上传时间:2014-07-15
-
文件大小:152kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
Effing Package Management
Preface
Package maintainers work hard and take a lot of shit. You can t please everyone. So, if you re a maintainer: Thanks for maintaining packages!
What is fpm?
It helps you build packages quickly and easily (Packages like RPM and DEB formats).
FUNDAMENTAL PRINCIPLE: IF FPM IS NOT HELPING YOU MAKE PACKAGES EASILY, THEN THERE IS A BUG IN FPM.
Here is a presentation I gave on fpm at BayLISA: http://goo.gl/sWs3Z (I included speaker notes you can read, too)
At BayLISA in April 2011, I gave a talk about fpm. At the end, I asked "What can I package for you?"
Someone asked for memcached.
Google for memcached , download the source, unpack, ./configure, make, make install, fpm, deploy.
In 60 seconds, starting from nothing, I had both an RPM and a .DEB of memcached ready to deploy, and I didn t need to know how to use rpmbuild, rpm specfiles, dh_make, debian control files, etc.-Effing Package Management
Preface
Package maintainers work hard and take a lot of shit. You can t please everyone. So, if you re a maintainer: Thanks for maintaining packages!
What is fpm?
It helps you build packages quickly and easily (Packages like RPM and DEB formats).
FUNDAMENTAL PRINCIPLE: IF FPM IS NOT HELPING YOU MAKE PACKAGES EASILY, THEN THERE IS A BUG IN FPM.
Here is a presentation I gave on fpm at BayLISA: http://goo.gl/sWs3Z (I included speaker notes you can read, too)
At BayLISA in April 2011, I gave a talk about fpm. At the end, I asked "What can I package for you?"
Someone asked for memcached.
Google for memcached , download the source, unpack, ./configure, make, make install, fpm, deploy.
In 60 seconds, starting from nothing, I had both an RPM and a .DEB of memcached ready to deploy, and I didn t need to know how to use rpmbuild, rpm specfiles, dh_make, debian control files, etc.
Preface
Package maintainers work hard and take a lot of shit. You can t please everyone. So, if you re a maintainer: Thanks for maintaining packages!
What is fpm?
It helps you build packages quickly and easily (Packages like RPM and DEB formats).
FUNDAMENTAL PRINCIPLE: IF FPM IS NOT HELPING YOU MAKE PACKAGES EASILY, THEN THERE IS A BUG IN FPM.
Here is a presentation I gave on fpm at BayLISA: http://goo.gl/sWs3Z (I included speaker notes you can read, too)
At BayLISA in April 2011, I gave a talk about fpm. At the end, I asked "What can I package for you?"
Someone asked for memcached.
Google for memcached , download the source, unpack, ./configure, make, make install, fpm, deploy.
In 60 seconds, starting from nothing, I had both an RPM and a .DEB of memcached ready to deploy, and I didn t need to know how to use rpmbuild, rpm specfiles, dh_make, debian control files, etc.-Effing Package Management
Preface
Package maintainers work hard and take a lot of shit. You can t please everyone. So, if you re a maintainer: Thanks for maintaining packages!
What is fpm?
It helps you build packages quickly and easily (Packages like RPM and DEB formats).
FUNDAMENTAL PRINCIPLE: IF FPM IS NOT HELPING YOU MAKE PACKAGES EASILY, THEN THERE IS A BUG IN FPM.
Here is a presentation I gave on fpm at BayLISA: http://goo.gl/sWs3Z (I included speaker notes you can read, too)
At BayLISA in April 2011, I gave a talk about fpm. At the end, I asked "What can I package for you?"
Someone asked for memcached.
Google for memcached , download the source, unpack, ./configure, make, make install, fpm, deploy.
In 60 seconds, starting from nothing, I had both an RPM and a .DEB of memcached ready to deploy, and I didn t need to know how to use rpmbuild, rpm specfiles, dh_make, debian control files, etc.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
fpm-master/
fpm-master/.batcave/
fpm-master/.batcave/manifest
fpm-master/.gitignore
fpm-master/.travis.yml
fpm-master/CHANGELIST
fpm-master/CONTRIBUTORS
fpm-master/Gemfile
fpm-master/LICENSE
fpm-master/Makefile
fpm-master/NOTES.md
fpm-master/README.md
fpm-master/Vagrantfile
fpm-master/bin/
fpm-master/bin/fpm
fpm-master/examples/
fpm-master/examples/api/
fpm-master/examples/api/gem-to-rpm.rb
fpm-master/examples/api/multiple-to-rpm.rb
fpm-master/examples/fpm-with-system-ruby/
fpm-master/examples/fpm-with-system-ruby/Makefile
fpm-master/examples/fpm-with-system-ruby/README.md
fpm-master/examples/fpm/
fpm-master/examples/fpm/Makefile
fpm-master/examples/fpm/README.md
fpm-master/examples/jruby/
fpm-master/examples/jruby/Makefile
fpm-master/examples/jruby/README.md
fpm-master/examples/python/
fpm-master/examples/python/twisted/
fpm-master/examples/python/twisted/Makefile
fpm-master/fpm.gemspec
fpm-master/lib/
fpm-master/lib/fpm.rb
fpm-master/lib/fpm/
fpm-master/lib/fpm/command.rb
fpm-master/lib/fpm/errors.rb
fpm-master/lib/fpm/namespace.rb
fpm-master/lib/fpm/package.rb
fpm-master/lib/fpm/package/
fpm-master/lib/fpm/package/cpan.rb
fpm-master/lib/fpm/package/deb.rb
fpm-master/lib/fpm/package/dir.rb
fpm-master/lib/fpm/package/empty.rb
fpm-master/lib/fpm/package/gem.rb
fpm-master/lib/fpm/package/npm.rb
fpm-master/lib/fpm/package/osxpkg.rb
fpm-master/lib/fpm/package/pear.rb
fpm-master/lib/fpm/package/pkgin.rb
fpm-master/lib/fpm/package/puppet.rb
fpm-master/lib/fpm/package/pyfpm/
fpm-master/lib/fpm/package/pyfpm/__init__.py
fpm-master/lib/fpm/package/pyfpm/get_metadata.py
fpm-master/lib/fpm/package/python.rb
fpm-master/lib/fpm/package/rpm.rb
fpm-master/lib/fpm/package/sh.rb
fpm-master/lib/fpm/package/solaris.rb
fpm-master/lib/fpm/package/tar.rb
fpm-master/lib/fpm/package/zip.rb
fpm-master/lib/fpm/util.rb
fpm-master/lib/fpm/version.rb
fpm-master/misc/
fpm-master/misc/pkgsrc.sh
fpm-master/notify-failure.sh
fpm-master/spec/
fpm-master/spec/fixtures/
fpm-master/spec/fixtures/deb/
fpm-master/spec/fixtures/deb/staging/
fpm-master/spec/fixtures/deb/staging/etc/
fpm-master/spec/fixtures/deb/staging/etc/init.d/
fpm-master/spec/fixtures/deb/staging/etc/init.d/test
fpm-master/spec/fixtures/gem/
fpm-master/spec/fixtures/gem/example/
fpm-master/spec/fixtures/gem/example/example-1.0.gem
fpm-master/spec/fixtures/gem/example/example.gemspec
fpm-master/spec/fixtures/python/
fpm-master/spec/fixtures/python/requirements.txt
fpm-master/spec/fixtures/python/setup.py
fpm-master/spec/fpm/
fpm-master/spec/fpm/command_spec.rb
fpm-master/spec/fpm/package/
fpm-master/spec/fpm/package/cpan_spec.rb
fpm-master/spec/fpm/package/deb_spec.rb
fpm-master/spec/fpm/package/dir_spec.rb
fpm-master/spec/fpm/package/gem_spec.rb
fpm-master/spec/fpm/package/osxpkg_spec.rb
fpm-master/spec/fpm/package/python_spec.rb
fpm-master/spec/fpm/package/rpm_spec.rb
fpm-master/spec/fpm/package_convert_spec.rb
fpm-master/spec/fpm/package_spec.rb
fpm-master/spec/fpm/util_spec.rb
fpm-master/spec/spec_setup.rb
fpm-master/templates/
fpm-master/templates/deb.erb
fpm-master/templates/deb/
fpm-master/templates/deb/ldconfig.sh.erb
fpm-master/templates/osxpkg.erb
fpm-master/templates/puppet/
fpm-master/templates/puppet/package.pp.erb
fpm-master/templates/puppet/package/
fpm-master/templates/puppet/package/remove.pp.erb
fpm-master/templates/rpm.erb
fpm-master/templates/rpm/
fpm-master/templates/rpm/filesystem_list
fpm-master/templates/sh.erb
fpm-master/templates/solaris.erb
fpm-master/test/
fpm-master/test/vagrant.pp
fpm-master/.batcave/
fpm-master/.batcave/manifest
fpm-master/.gitignore
fpm-master/.travis.yml
fpm-master/CHANGELIST
fpm-master/CONTRIBUTORS
fpm-master/Gemfile
fpm-master/LICENSE
fpm-master/Makefile
fpm-master/NOTES.md
fpm-master/README.md
fpm-master/Vagrantfile
fpm-master/bin/
fpm-master/bin/fpm
fpm-master/examples/
fpm-master/examples/api/
fpm-master/examples/api/gem-to-rpm.rb
fpm-master/examples/api/multiple-to-rpm.rb
fpm-master/examples/fpm-with-system-ruby/
fpm-master/examples/fpm-with-system-ruby/Makefile
fpm-master/examples/fpm-with-system-ruby/README.md
fpm-master/examples/fpm/
fpm-master/examples/fpm/Makefile
fpm-master/examples/fpm/README.md
fpm-master/examples/jruby/
fpm-master/examples/jruby/Makefile
fpm-master/examples/jruby/README.md
fpm-master/examples/python/
fpm-master/examples/python/twisted/
fpm-master/examples/python/twisted/Makefile
fpm-master/fpm.gemspec
fpm-master/lib/
fpm-master/lib/fpm.rb
fpm-master/lib/fpm/
fpm-master/lib/fpm/command.rb
fpm-master/lib/fpm/errors.rb
fpm-master/lib/fpm/namespace.rb
fpm-master/lib/fpm/package.rb
fpm-master/lib/fpm/package/
fpm-master/lib/fpm/package/cpan.rb
fpm-master/lib/fpm/package/deb.rb
fpm-master/lib/fpm/package/dir.rb
fpm-master/lib/fpm/package/empty.rb
fpm-master/lib/fpm/package/gem.rb
fpm-master/lib/fpm/package/npm.rb
fpm-master/lib/fpm/package/osxpkg.rb
fpm-master/lib/fpm/package/pear.rb
fpm-master/lib/fpm/package/pkgin.rb
fpm-master/lib/fpm/package/puppet.rb
fpm-master/lib/fpm/package/pyfpm/
fpm-master/lib/fpm/package/pyfpm/__init__.py
fpm-master/lib/fpm/package/pyfpm/get_metadata.py
fpm-master/lib/fpm/package/python.rb
fpm-master/lib/fpm/package/rpm.rb
fpm-master/lib/fpm/package/sh.rb
fpm-master/lib/fpm/package/solaris.rb
fpm-master/lib/fpm/package/tar.rb
fpm-master/lib/fpm/package/zip.rb
fpm-master/lib/fpm/util.rb
fpm-master/lib/fpm/version.rb
fpm-master/misc/
fpm-master/misc/pkgsrc.sh
fpm-master/notify-failure.sh
fpm-master/spec/
fpm-master/spec/fixtures/
fpm-master/spec/fixtures/deb/
fpm-master/spec/fixtures/deb/staging/
fpm-master/spec/fixtures/deb/staging/etc/
fpm-master/spec/fixtures/deb/staging/etc/init.d/
fpm-master/spec/fixtures/deb/staging/etc/init.d/test
fpm-master/spec/fixtures/gem/
fpm-master/spec/fixtures/gem/example/
fpm-master/spec/fixtures/gem/example/example-1.0.gem
fpm-master/spec/fixtures/gem/example/example.gemspec
fpm-master/spec/fixtures/python/
fpm-master/spec/fixtures/python/requirements.txt
fpm-master/spec/fixtures/python/setup.py
fpm-master/spec/fpm/
fpm-master/spec/fpm/command_spec.rb
fpm-master/spec/fpm/package/
fpm-master/spec/fpm/package/cpan_spec.rb
fpm-master/spec/fpm/package/deb_spec.rb
fpm-master/spec/fpm/package/dir_spec.rb
fpm-master/spec/fpm/package/gem_spec.rb
fpm-master/spec/fpm/package/osxpkg_spec.rb
fpm-master/spec/fpm/package/python_spec.rb
fpm-master/spec/fpm/package/rpm_spec.rb
fpm-master/spec/fpm/package_convert_spec.rb
fpm-master/spec/fpm/package_spec.rb
fpm-master/spec/fpm/util_spec.rb
fpm-master/spec/spec_setup.rb
fpm-master/templates/
fpm-master/templates/deb.erb
fpm-master/templates/deb/
fpm-master/templates/deb/ldconfig.sh.erb
fpm-master/templates/osxpkg.erb
fpm-master/templates/puppet/
fpm-master/templates/puppet/package.pp.erb
fpm-master/templates/puppet/package/
fpm-master/templates/puppet/package/remove.pp.erb
fpm-master/templates/rpm.erb
fpm-master/templates/rpm/
fpm-master/templates/rpm/filesystem_list
fpm-master/templates/sh.erb
fpm-master/templates/solaris.erb
fpm-master/test/
fpm-master/test/vagrant.pp
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.