summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* configure.ac: Add --with-system-usign and --with-cmakePatrick McDermott2019-04-161-0/+68
* scripts/announce-release.sh: Apply changes from opkbuildPatrick McDermott2019-04-161-26/+87
* scripts/announce-release.sh: Apply changes from pro-archmanPatrick McDermott2019-04-161-7/+7
* Makefile.am: Set signing keyPatrick McDermott2019-04-161-1/+3
* Makefile.am: Upload .asc filesPatrick McDermott2019-04-161-3/+6
* Makefile.am: Distribute 3rd-party submodulesPatrick McDermott2019-04-161-0/+15
* 3rdparty/local.mk: New filePatrick McDermott2019-04-162-0/+14
* 3rdparty/usign: New submodulePatrick McDermott2019-04-162-0/+3
* feed_download(): Support original opkgPatrick McDermott2019-04-161-1/+6
* feed_download(): Write list file directlyPatrick McDermott2019-04-162-4/+5
* prof_proteanos_feeds(): Append ".gz" to list namesPatrick McDermott2019-04-161-2/+2
* feed_download(): Leave feed index compressedPatrick McDermott2019-04-161-4/+1
* feed_find_pkgs(): Automatically gunzip feed indexPatrick McDermott2019-04-161-1/+2
* prof_proteanos_feeds(): Drop "/Packages.gz" outputPatrick McDermott2019-04-162-5/+5
* feed_download(): Accept base URL, not index URLPatrick McDermott2019-04-162-3/+6
* install_find_pkgs(): Rename variablesPatrick McDermott2019-04-161-11/+11
* main(): Replace non-portable expr and date %s specPatrick McDermott2019-04-111-1/+19
* tools/shld.sh: Use parameters, not global variablesPatrick McDermott2018-11-211-6/+13
* tools/shld.sh: Expose library creation to CLIPatrick McDermott2018-11-211-6/+8
* src/main.sh: Drop search for old .builddirstamp pathPatrick McDermott2018-07-031-4/+1
* is_profile(): Replace [ command and prefix removal with casePatrick McDermott2018-07-021-1/+1
* is_cmd(): Replace pipeline and external commands with casePatrick McDermott2018-07-021-1/+1
* AUTHORS: Update name and e-mail addressPatrick McDermott2018-07-011-1/+1
* configure.ac: Look for [s]fdisk/mke2fs in /sbin and /usr/sbinPatrick McDermott2018-06-241-3/+4
* Revert "configure.ac: Add hints about missing [s]fdisk and mke2fs"Patrick McDermott2018-06-241-4/+2
* configure.ac: Add hints about missing [s]fdisk and mke2fsPatrick McDermott2018-06-241-2/+4
* prof_proteanos_make_initramfs(): Make /init linkP. J. McDermott2016-01-241-0/+10
* cmd/installer-pc: Drop LILO installation codeP. J. McDermott2016-01-231-15/+0
* cmd/installer-pc: Add informational outputP. J. McDermott2016-01-232-0/+6
* cmd/installer-pc: Only print dd/(s)fdisk/mke2fs output on errorP. J. McDermott2016-01-231-5/+23
* cmd/installer-pc: Print error on dd, (s)fdisk, or mke2fs failureP. J. McDermott2016-01-232-0/+7
* NEWS: Add "now"P. J. McDermott2016-01-231-2/+2
* NEWS: Mention use of git-describeP. J. McDermott2016-01-231-0/+2
* Makefile.am: Move PACKAGE_VERSION_GIT definition to topP. J. McDermott2016-01-231-3/+3
* Makefile.am: Add comment about PACKAGE_VERSION hackP. J. McDermott2016-01-231-0/+6
* Always use rm's -f optionP. J. McDermott2016-01-234-5/+5
* is_profile(): Add explicit returnP. J. McDermott2016-01-231-0/+2
* Makefile.am: Update copyright yearsP. J. McDermott2016-01-231-1/+1
* Makefile.am: Fix locales uninstallationP. J. McDermott2016-01-231-1/+1
* Makefile.am: Pass PACKAGE_VERSION in shld stdin, not version.shP. J. McDermott2016-01-231-9/+3
* Makefile.am: Add config.sh to prokit dependenciesP. J. McDermott2016-01-231-1/+1
* Makefile.am: Fix prokit dependenciesP. J. McDermott2016-01-231-1/+1
* config.sh.in: Drop PACKAGE_VERSIONP. J. McDermott2016-01-231-1/+0
* Makefile.am: Generate and use version.shP. J. McDermott2016-01-231-1/+9
* Makefile.am: Set and use PACKAGE_VERSION_GIT if IN_GITP. J. McDermott2016-01-231-1/+7
* configure.ac: New "IN_GIT" conditionalP. J. McDermott2016-01-231-3/+3
* main(): Exit on missing localeP. J. McDermott2016-01-231-1/+3
* load_locale(): Throw an error, not a warning, on missing localeP. J. McDermott2016-01-231-1/+1
* cmd/install*: Fix return valuesP. J. McDermott2016-01-232-2/+2
* cmd/installer-pc: Check exit status of dd, (s)fdisk, and mke2fsP. J. McDermott2016-01-231-5/+20