cdist/cdist/preos/debootstrap/files/devuan-debootstrap/debian
Darko Poljak 799ec72369 Implement preos 2019-09-20 07:15:37 +02:00
..
source Implement preos 2019-09-20 07:15:37 +02:00
.gitignore Implement preos 2019-09-20 07:15:37 +02:00
README.DevuanSource Implement preos 2019-09-20 07:15:37 +02:00
changelog Implement preos 2019-09-20 07:15:37 +02:00
compat Implement preos 2019-09-20 07:15:37 +02:00
control Implement preos 2019-09-20 07:15:37 +02:00
copyright Implement preos 2019-09-20 07:15:37 +02:00
debootstrap.docs Implement preos 2019-09-20 07:15:37 +02:00
debootstrap.manpages Implement preos 2019-09-20 07:15:37 +02:00
gbp.conf Implement preos 2019-09-20 07:15:37 +02:00
rules Implement preos 2019-09-20 07:15:37 +02:00

README.DevuanSource

To sync up with debians source for inspiration you should run the following:

	`git remote add alioth-git git://anonscm.debian.org/d-i/debootstrap.git`
	`git fetch alioth-git`

After that you can either cherry-pick or merge releases from debian.  To
merge a release, it's do:
	`git tag` to list the release tags
and
	`git merge <tag>`
followed by all the fixups and then commit with an appropriate message like
	"Merging Release <tag> from debian"

Copyright 2016 Daniel Reurich <daniel@centurion.net.nz>