Skip to content

Commit 701633d

Browse files
dwozMegan Wilhite
authored andcommitted
Initial commit of relenv debian package
1 parent ac6ccb8 commit 701633d

168 files changed

Lines changed: 1241 additions & 339 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,3 +127,18 @@ Session.vim
127127

128128
# Nox requirements archives
129129
nox.*.tar.bzip2
130+
131+
# Debian packages
132+
/debian
133+
/pkg/debian/.debhelper
134+
/pkg/debian/*substvars
135+
/pkg/debian/*.debhelper*
136+
/pkg/debian/files
137+
/pkg/debian/salt-api
138+
/pkg/debian/salt-common
139+
/pkg/debian/salt-cloud
140+
/pkg/debian/salt-master
141+
/pkg/debian/salt-minion
142+
/pkg/debian/salt-ssh
143+
/pkg/debian/salt-syndic
144+
/pkg/debian/debhelper-build-stamp

pkg/README

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
Salt packaging resources.
2+
3+
4+
The contents of this directory are as follows
5+
6+
common/ - Files common to multiple packages.
7+
debian/ - Debian (apt) based distro packaging.
8+
rpm/ - Redhat (rpm) based distro packaging.
9+
macos/ - MacOS packaging.
10+
windows/ - Windows packaging.
11+
old/ - Old and deperecated package files.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)