86f45db1b9
__acl: add nice oneliners and move default ACL decision out of the loop
2019-04-19 13:30:50 +03:00
0f3c162696
__acl: setting default ACL in FreeBSD and macOS is currently not supported
2019-04-19 13:16:35 +03:00
0809d89836
__acl: replace sed -r where possible or make it portable without -r
2019-04-19 12:56:55 +03:00
f5d3196dd4
__acl: getfacl's -E not supported on FreeBSD
2019-04-19 11:31:38 +03:00
Darko Poljak
82f310f4f8
++changelog
2019-04-19 09:36:24 +02:00
Darko Poljak
3defdfa8df
Merge pull request #757 from darko-poljak/bugfix/order_dependency
...
Fix circular dep for CDIST_ORDER_DEPENDENCY
2019-04-19 09:36:03 +02:00
Nico Schottelius
aba1ae68f0
[explorer] disks: use echo instead of find as fallback
...
Fixes #761
2019-04-17 20:50:39 +02:00
68f61c35ff
__acl: check for X after last occurrence of colon
2019-04-16 23:36:54 +03:00
f23099218a
__acl: juggle man sections around because user/group are more important parameters
2019-04-16 23:29:38 +03:00
7924c1339c
__acl: avoid duplication and safer sed for last occurence replacement
2019-04-16 23:28:30 +03:00
8b3c84dfef
__acl: remove whitespace before inline comments too
2019-04-16 23:15:58 +03:00
a1634b3ec0
__acl: optimize gencode-remote
2019-04-16 19:24:38 +03:00
c1a34caba7
__acl: add "other" ACL entry support and some comments, remove getfacl's inline comments
2019-04-16 19:06:48 +03:00
e04d647d8e
__acl: fix always check first if path exists
2019-04-16 18:09:47 +03:00
53c963b2ee
__acl: be bit more precise where the X is
2019-04-16 15:35:11 +03:00
8b9b2c56ab
__acl: be more strict because of reasons
2019-04-16 15:28:25 +03:00
cea639d1c9
__acl: we can't remove mask
2019-04-16 15:27:47 +03:00
731986ef8b
__acl: trying to understand X
2019-04-16 15:21:41 +03:00
9e3cd47b9a
__acl: command -v stdout to devnull
2019-04-16 15:03:07 +03:00
2b5887bdbd
__acl: we only care whether file is directory
2019-04-16 14:51:26 +03:00
ab954ffbcf
__acl: always check first if path exists
2019-04-16 14:44:32 +03:00
ef8ff06b5f
__acl: only directories can have default ACLs
2019-04-16 14:39:45 +03:00
d71eb3d8bd
__acl: (open|net)bsd do not have (get|set)facl
2019-04-16 14:20:13 +03:00
2cde09648c
__acl: check if getfacl is available
2019-04-16 14:15:48 +03:00
Darko Poljak
e997e98a73
++changelog
2019-04-16 11:02:51 +02:00
Darko Poljak
c7a4ae112f
Merge pull request #759 from jimis/acl_mask
...
Add support for ACL mask.
2019-04-16 11:00:27 +02:00
Dimitrios Apostolou
437af3a0a3
Silence getfacl
...
otherwise it always prints the message:
getfacl: Removing leading '/' from absolute path names
2019-04-15 20:51:02 +02:00
Nico Schottelius
63d7499b75
[directory] add alpine support
2019-04-15 19:27:42 +02:00
Nico Schottelius
1722fced72
[file] add alpine support
2019-04-15 19:13:44 +02:00
Nico Schottelius
a1cb9ee869
[locale/alpine] exit 0 in gencode-remote
2019-04-15 18:56:51 +02:00
Nico Schottelius
e290733a00
[locale] Add alpine support
2019-04-15 18:54:30 +02:00
Nico Schottelius
f4db6e908e
[hostname] add alpine support
2019-04-15 18:48:49 +02:00
Nico Schottelius
c801fb4965
[timezone] + alpine support
2019-04-15 18:44:30 +02:00
Dimitrios Apostolou
6062e3557c
Output of grep should be quiet, as we care only for the exit code.
2019-04-15 18:05:16 +02:00
Dimitrios Apostolou
45e9ed441e
Add support for ACL mask.
2019-04-15 18:05:16 +02:00
Nico Schottelius
978aee668c
++changelog
2019-04-15 17:03:12 +02:00
Nico Schottelius
ec935353d7
[__start_on_boot] Merge alpine and gentoo, update gentoo
2019-04-15 17:02:09 +02:00
Nico Schottelius
dbf29c18c1
[__start_on_boot] alpine fix
2019-04-15 16:41:27 +02:00
Nico Schottelius
707426d1f0
[__start_on_boot] add code for alpine handling, fix explorer
2019-04-15 16:35:10 +02:00
Nico Schottelius
e32d92c109
[__start_on_boot] Begin to add alpine support
2019-04-15 16:32:54 +02:00
Nico Schottelius
c7a9e60de0
Merge branch 'master' of github.com:ungleich/cdist
2019-04-15 16:20:31 +02:00
Nico Schottelius
c17f5a7ccd
++changelog
2019-04-15 16:13:25 +02:00
Nico Schottelius
3a2041019b
[alpine] add support for alpine in __package and __package_apk
2019-04-15 16:11:58 +02:00
Darko Poljak
797522f91e
Fix circular dep for CDIST_ORDER_DEPENDENCY
...
Fixes #756
2019-04-14 16:58:18 +02:00
Darko Poljak
d18584b4ff
Update gitignore
2019-04-13 20:54:59 +02:00
Darko Poljak
51e650423e
Fix version.py location inside raw source archive
...
Note that this fix only matters for maintainers using build-helper
script. Source archive is generated during release process and
uploaded to github, along its signature.
For 4.10.11 those files were fixed and uploaded manually after
build-helper script process has been finished. In future releases
this process will be automatic - no need for manual step that was
necessary for 4.10.11.
2019-04-13 20:43:11 +02:00
Darko Poljak
b37b25f573
Release 4.10.11
2019-04-13 19:53:54 +02:00
Darko Poljak
4d9a8d78f7
++changelog
2019-04-13 19:50:44 +02:00
Darko Poljak
b21b6d0a7e
Merge pull request #755 from 4nd3r/bsd_stat_fix
...
fix __(file|directory)/explorer/stat for BSDs
2019-04-13 19:49:45 +02:00
44c9d09383
fix __(file|directory)/explorer/stat for BSDs
2019-04-12 23:34:28 +03:00