Dmitry Ulanov

Results 11 issues of Dmitry Ulanov

Currently there is no way for users to edit specs except direct editing of spec repo. We need something user-friendly. Some copypaste from the channel: Dmitry which command should we...

Add symlink for Pakket to run it from command line without knowledge of full path.

Use yum-similar commands in Pakket to make sysadmin's live easy. yum list/install/remove

In installer, user has to specify exact version of package which he wants to install: `$ pakket install perl/AnyEvent=7.13:1` This is not convenient. User have to know that last version...

In case if user didn't specify exact number of version in installer `$ pakket install perl/AnyEvent` update current installation if parcel repo has new version.

Installer creates new installation directory for each new installation. At the end installer remove old directories. But if there were errors, for example package doesn't exist, installer doesn't remove new...

Add functionality to allow users to introduce their own categories. Probably these should be plugins: custom_category/Scaffolder custom_category/Builder

We can't build packages with circular dependenies without manual resolving Examples: libwww-perl=6.06 LWP-Protocol-https=6.07 XML-Compile-SOAP=3.07 XML-Compile-* We should skip installation/building package's dependencies if dependency is already in the list of packages_to_install/build.

If package has dependency, we will install last version of that dependency from our parcel repo. At the same time if in command line we require not the last version...

To quickly receive information about parcel and its dependencies on clients without downloading and extracting parcels and without using spec repo, we can keep metadata for each parcel in parcel...