kisslinux / repo

KISS Linux - Official Repositories
https://kisslinux.github.io
MIT License
403 stars 102 forks source link

0.0.20-musl kiss-chroot.tar.xz invalid repo file permissions #62

Closed sebastianertz closed 5 years ago

sebastianertz commented 5 years ago
diff --git a/.travis.yml b/.travis.yml
old mode 100644
new mode 100755
diff --git a/LICENSE.md b/LICENSE.md
old mode 100644
new mode 100755
diff --git a/README.md b/README.md
old mode 100644
new mode 100755
diff --git a/core/autoconf/checksums b/core/autoconf/checksums
old mode 100644
new mode 100755
diff --git a/core/autoconf/depends b/core/autoconf/depends
old mode 100644
new mode 100755
diff --git a/core/autoconf/sources b/core/autoconf/sources
old mode 100644
new mode 100755
diff --git a/core/autoconf/version b/core/autoconf/version
old mode 100644
new mode 100755
diff --git a/core/automake/checksums b/core/automake/checksums
old mode 100644
new mode 100755
diff --git a/core/automake/depends b/core/automake/depends
old mode 100644
new mode 100755
diff --git a/core/automake/sources b/core/automake/sources

and so on

dylanaraps commented 5 years ago

My bad.

I will fix this in a new chroot release tomorrow.

dylanaraps commented 5 years ago

The reason for these permissions is to allow any user to do a git pull of the repository (this happens in kiss update). The other solution is to use sudo during the git pull in the package manager.

Thoughts?

dylanaraps commented 5 years ago

I'm in the process of creating a new chroot to fix this issue. kiss update will now call sudo if permissions are required to update the system-wide repository. :+1:

dylanaraps commented 5 years ago

Fixed.

https://github.com/kisslinux/repo/releases/tag/0.0.21-musl

This also fixes:

sebastianertz commented 5 years ago

Thanks, kisslinux is so great.