summaryrefslogtreecommitdiff
path: root/scripts
Commit message (Collapse)AuthorAgeFilesLines
* maint: Update copyright statements to 2022Brian C. Lane2023-03-242-2/+2
| | | | By running make update-copyright
* maint: Update copyright statements to 2022Brian C. Lane2022-03-232-2/+2
| | | | By running make update-copyright
* maint: Update copyright statements to 2021Brian C. Lane2021-01-182-2/+2
| | | | By running make update-copyright
* maint: Update copyright statements to 2020Brian C. Lane2020-12-112-2/+3
| | | | By running make update-copyright
* maint: Update copyright statements to 2019Brian C. Lane2019-08-122-2/+2
| | | | By running make update-copyright
* libparted: Add support for MBR id, GPT GUID and detection of UDF filesystemPali Rohár2018-10-161-0/+2
| | | | | | | | | | | | | | | This is needed for libparted based applications (like Gparted) to correctly choose MBR id and GPT GUID for UDF filesystem. MBR id for UDF is 0x07 and GPT GUID is Microsoft Basic Data, see why: https://serverfault.com/a/829172 Without registering a new libparted fs code it is not possible to assign MBR id or GPT GUID. Detection of UDF filesystem is done by checking presence of UDF VSD (NSR02 or NSR03 identifier) and UDF AVDP at expected locations (blocks 256, -257, -1, 512). Signed-off-by: Brian C. Lane <bcl@redhat.com>
* maint: run "make update-copyright"Jim Meyering2014-05-252-2/+2
|
* maint: update all copyright year number rangesJim Meyering2013-01-062-2/+2
| | | | Run "make update-copyright".
* libparted: remove ped_realloc, now unusedJim Meyering2012-02-031-1/+0
| | | | | * include/parted/parted.in.h (ped_realloc): Remove declaration. * libparted/libparted.c (ped_realloc): Remove definition.
* maint: update all copyright year number rangesJim Meyering2012-01-012-2/+2
| | | | Run "make update-copyright".
* maint: update copyright year ranges to include 2011Jim Meyering2011-02-222-3/+2
| | | | Run "make update-copyright".
* maint: remove empty lines at end of fileJim Meyering2010-04-281-1/+0
| | | | | | This lets one more "syntax-check" test pass. Run this command: git ls-files|grep -v gnulib|xargs perl -pi -0777 -e 's/\n\n+$/\n/'
* maint: update all FSF copyright year lists to include 2010Jim Meyering2010-01-082-2/+3
| | | | Run this command: make update-copyright
* libparted: ped_disk_clobber_exclude: remove now-unused functionJim Meyering2009-11-271-1/+0
| | | | | | | | | | | | I see no utility in ped_disk_clobber_exclude (just a thin wrapper around ped_disk_clobber), so am removing the interface. * include/parted/disk.h (ped_disk_clobber_exclude): Remove prototype. * libparted/disk.c (ped_disk_clobber_exclude): Remove function. Now that all callers use NULL as 2nd argument, replace each call with one to ped_disk_clobber. * scripts/data/abi/baseline_symbols.txt: Remove it. Reviewed-by: Karel Zak <kzak@redhat.com>
* maint: update most copyright year lists to include 2009Jim Meyering2009-09-292-2/+2
| | | | | | I used this command: make update-copyright \ UPDATE_COPYRIGHT_FORCE=1 UPDATE_COPYRIGHT_USE_INTERVALS=1
* remove all trailing blanksJim Meyering2009-03-052-5/+5
| | | | | | ...by running these commands: t=$'\t' git grep -l "[ $t]\$"|xargs perl -pi -e 's/[ \t]+$//'
* Use free, not ped_free.Jim Meyering2008-05-291-1/+0
| | | | | | | * libparted/libparted.c (ped_free): Remove function. [DEBUG] (_check_dodgy_pointer): Remove function. Global substitution: perl -pi -e 's/\bped_free\b/free/g' $(lid -knone ped_free)
* Fix up the ChangeLog generation a bit.David Cantrell2007-12-171-1/+7
| | | | We can just take the output of git-log.
* Updated GPL license boilerplate.David Cantrell2007-07-232-10/+6
|
* Removed clean.sh script. Using git now, we don't need it anymore (git clean ↵David Cantrell2007-05-141-22/+0
| | | | -d -x).
* Sleep for one second after uploading a file to ftp-upload.gnu.org. Seems ↵David Cantrell2007-03-191-0/+1
| | | | transactions need to be spaced out a bit otherwise the server will reject files.
* Updated the release script to work with the new source layout.David Cantrell2007-03-161-3/+12
|
* Deprecating ped_[register|unregister]_disk_type in favour of ↵Debarshi Ray2007-02-151-0/+2
| | | | ped_disk_type_[register|unregister].
* added scripts/update-poLeslie P. Polzer2006-12-131-0/+92
|
* Release script: cannot call "return" from top level; replaced with "exit".Leslie P. Polzer2006-12-091-2/+2
|
* Fix the upload script to correctly reference the sig files.David Cantrell2006-12-031-3/+9
|
* Remove ChangeLog, doc/mdate-sh, and doc/texinfo.tex since they are unmanaged ↵David Cantrell2006-12-031-0/+1
| | | | files and get generated automatically at release time.
* Pass git changelog through 'fold -s' to wrap long lines.David Cantrell2006-12-031-1/+1
|
* Rename all old ChangeLog files to ChangeLog.0. Added code to the ↵David Cantrell2006-12-031-2/+5
| | | | tarball_upload.sh script to generate a toplevel ChangeLog from the git changelog.
* Generate SHA-1 digests of the archive files and upload those along with the ↵David Cantrell2006-11-201-91/+88
| | | | actual archive files.
* Need the filename: directive as well.David Cantrell2006-10-111-0/+1
| | | | git-svn-id: svn://svn.debian.org/svn/parted/upstream/trunk@858 2d424fd7-7fe2-0310-af74-8bc65edeb173
* Set directive file version to 1.1.David Cantrell2006-10-111-1/+1
| | | | git-svn-id: svn://svn.debian.org/svn/parted/upstream/trunk@855 2d424fd7-7fe2-0310-af74-8bc65edeb173
* * scripts/release/tarball_upload.sh: Since v1.0 directive files willDavid Cantrell2006-10-061-1/+2
| | | | | | | | no longer be supported by ftp-upload.gnu.org after 2006, modified the upload script to use the v1.1 format. git-svn-id: svn://svn.debian.org/svn/parted/upstream/trunk@839 2d424fd7-7fe2-0310-af74-8bc65edeb173
* * scripts/release/tarball_upload.sh: Support the -a (or --alpha) switchDavid Cantrell2006-10-061-4/+14
| | | | | | | | on the tarball upload script. This switch will upload the release to alpha.gnu.org rather than ftp.gnu.org. git-svn-id: svn://svn.debian.org/svn/parted/upstream/trunk@838 2d424fd7-7fe2-0310-af74-8bc65edeb173
* Fix execution of autogen.sh and configure.David Cantrell2006-09-151-2/+11
| | | | git-svn-id: svn://svn.debian.org/svn/parted/upstream/trunk@836 2d424fd7-7fe2-0310-af74-8bc65edeb173
* These (upx and statifier) are not called from anywhere.David Cantrell2006-09-151-1/+1
| | | | git-svn-id: svn://svn.debian.org/svn/parted/upstream/trunk@835 2d424fd7-7fe2-0310-af74-8bc65edeb173
* Added a script to clean the tree after running 'make distclean'. Gets it ↵David Cantrell2006-09-151-0/+21
| | | | | | back to the checked-out state from svn. git-svn-id: svn://svn.debian.org/svn/parted/upstream/trunk@829 2d424fd7-7fe2-0310-af74-8bc65edeb173
* Fix ChangeLogAnant Narayanan2006-09-143-0/+674
git-svn-id: svn://svn.debian.org/svn/parted/upstream/trunk@820 2d424fd7-7fe2-0310-af74-8bc65edeb173