GithubHelp home page GithubHelp logo

debra's People

Contributors

rcrowley avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

debra's Issues

Include correct paths in md5sums file

This is bad:

73c57610c9e30c8b41ece4b814321f79  /home/rcrowley/work/puppet-config/debian/etc/cron.d/puppet
6a6584c444c84ae3003bc4a6e9958c14  /home/rcrowley/work/puppet-config/debian/etc/puppet/puppet.conf

This would be better:

73c57610c9e30c8b41ece4b814321f79  /etc/cron.d/puppet
6a6584c444c84ae3003bc4a6e9958c14  /etc/puppet/puppet.conf

Is 'root' really necessary?

You could leverage "fakeroot" to avoid needing root permissions:

  diff --git a/Makefile.in b/Makefile.in
  index 1caf7f1..4b20ff7 100644
  --- a/Makefile.in
  +++ b/Makefile.in
  @@ -60,16 +60,11 @@ uninstall:
          rmdir $(DESTDIR)$(datarootdir)/debra

   deb:
  -ifeq (root, $(shell whoami))
          bin/debra create debian control
          $(GIT) archive --prefix=debian/ HEAD | $(GZIP) >debian.tar.gz
          bin/debra sourceinstall debian debian.tar.gz -p /usr
          rm debian.tar.gz
  -       chown -R root:root debian
  -       bin/debra build debian debra_$(VERSION)_all.deb
  +       fakeroot bin/debra build debian debra_$(VERSION)_all.deb
          bin/debra destroy debian
  -else
  -       @echo "You must be root to build a Debian package."
  -endif

   .PHONY: all install uninstall man deb

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.