Skip to content

Commit

Permalink
common: remove pmem.io workflow file and related
Browse files Browse the repository at this point in the history
  • Loading branch information
osalyk committed May 14, 2024
1 parent 88db614 commit 5c36032
Show file tree
Hide file tree
Showing 14 changed files with 16 additions and 145 deletions.
27 changes: 0 additions & 27 deletions .github/workflows/pmem.io_doc_update.yml

This file was deleted.

2 changes: 1 addition & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ To enable logging of debug information, use debug version of a library and set
desired log level using (library-specific) variable, e.g. `PMEM_LOG_LEVEL=<level>`.

For more details see appropriate manpage (debbuging section), e.g.
[libpmem(7)](https://pmem.io/pmdk/manpages/linux/master/libpmem/libpmem.7/#debugging-and-error-handling).
[libpmem(7)](https://github.com/pmem/pmdk/blob/master/doc/libpmem/libpmem.7.md#error-handling-1).

## Experimental Packages

Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
[![Coverage](https://codecov.io/github/pmem/pmdk/coverage.svg?branch=master)](https://codecov.io/gh/pmem/pmdk/branch/master)
[![PMem test](https://github.com/pmem/pmdk/actions/workflows/pmem_tests.yml/badge.svg?branch=master)](https://github.com/pmem/pmdk/actions/workflows/pmem_tests.yml)
[![Pmem RAS](https://github.com/pmem/pmdk/actions/workflows/pmem_ras.yml/badge.svg?branch=master)](https://github.com/pmem/pmdk/actions/workflows/pmem_ras.yml)
[![pmem.io](https://github.com/pmem/pmdk/actions/workflows/pmem.io_doc_update.yml/badge.svg?branch=master)](https://github.com/pmem/pmdk/actions/workflows/pmem.io_doc_update.yml)
[![Docker rebuild](https://github.com/pmem/pmdk/actions/workflows/docker_rebuild.yml/badge.svg?branch=master)](https://github.com/pmem/pmdk/actions/workflows/docker_rebuild.yml)

The **Persistent Memory Development Kit (PMDK)** is a collection of libraries and tools for System Administrators and Application Developers to simplify managing and accessing persistent memory devices. For more information, see https://pmem.io.
Expand Down
3 changes: 0 additions & 3 deletions RELEASE_STEPS.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,15 +108,12 @@ git commit --reset-author
## 6. Announcement (only major/minor releases)
Announce the release on the:
- [pmem.io](https://pmem.io/announcements/)
- [Slack](https://pmem-io.slack.com)
- [Google group](https://groups.google.com/g/pmem )
## 7. Later, for major/minor release
- on the stable-$VER branch, bump the version of Docker images (`utils/docker/images/set-images-version.sh`) to $VER
- once the pmem.github.io repository contains new documentation (thanks to `utils/docker/run-doc-update.sh` script run in CI),
add a new tag ("$VER") in file `data/releases_linux.yml` based on previous tags in this file.
## 8. For curious readers
Expand Down
5 changes: 2 additions & 3 deletions doc/README
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@ This is doc/README.
Subdirectories of this directory contain source for the man pages for the
Persistent Memory Development Kit in markdown format (.md files).
If you're looking for documentation to
get you started using PMDK, start here: https://pmem.io/pmdk and follow the
links to examples and man pages. Developers new to PMDK are probably looking
for libpmemobj.
get you started using PMDK, start here: https://github.com/pmem/pmdk.
Developers new to PMDK are probably looking for libpmemobj.

To generate web-based documentation or Linux man pages, you need to
have groff and pandoc installed. Processing is performed
Expand Down
10 changes: 5 additions & 5 deletions src/examples/README
Original file line number Diff line number Diff line change
Expand Up @@ -8,24 +8,24 @@ are here just to check that the example compiles, loads against the
appropriate library, and passes cstyle.

If you're looking for documentation to get you started using PMDK,
start here: https://pmem.io/pmdk and follow the links to examples and
start here: https://github.com/pmem/pmdk and follow the links to examples and
man pages. Developers new to PMDK are probably looking for libpmemobj.

Many of the examples in this directory are described in more detail
on the above web site.

libpmem(7) -- low-level persistent memory support
Example programs are in the libpmem directory.
More documentation: https://pmem.io/pmdk/libpmem
More documentation: https://github.com/pmem/pmdk/tree/master/src/libpmem

libpmemobj(7) -- transactional object store
Example programs are in the libpmemobj directory.
More documentation: https://pmem.io/pmdk/libpmemobj
More documentation: https://github.com/pmem/pmdk/tree/master/src/libpmemobj

libpmempool(7) -- pool management, diagnostics and repair
Example programs are in the libpmempool directory.
More documentation: https://pmem.io/pmdk/libpmempool
More documentation: https://github.com/pmem/pmdk/tree/master/src/libpmempool

libpmem2(7) -- low-level persistent memory support
Example programs are in the libpmem2 directory.
More documentation: https://pmem.io/pmdk/libpmem2
More documentation: https://github.com/pmem/pmdk/tree/master/src/libpmem2
2 changes: 1 addition & 1 deletion utils/build-dpkg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ Section: libs
Priority: optional
Standards-version: 4.1.4
Build-Depends: debhelper (>= 9)
Homepage: https://pmem.io/pmdk/
Homepage: https://github.com/pmem/pmdk
Package: libpmem
Architecture: any
Expand Down
2 changes: 1 addition & 1 deletion utils/libpmem.pc.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ includedir=${prefix}/include
Name: libpmem
Description: libpmem library from PMDK project
Version: ${version}
URL: https://pmem.io/pmdk
URL: https://github.com/pmem/pmdk
Requires:
Libs: -L${libdir} -lpmem
Cflags: -I${includedir}
2 changes: 1 addition & 1 deletion utils/libpmem2.pc.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ includedir=${prefix}/include
Name: libpmem2
Description: libpmem2 library from PMDK project
Version: ${version}
URL: https://pmem.io/pmdk
URL: https://github.com/pmem/pmdk
Requires:
Libs: -L${libdir} -lpmem2
Cflags: -I${includedir}
2 changes: 1 addition & 1 deletion utils/libpmemobj.pc.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ includedir=${prefix}/include
Name: libpmemobj
Description: libpmemobj library from PMDK project
Version: ${version}
URL: https://pmem.io/pmdk
URL: https://github.com/pmem/pmdk
Requires.private: libpmem${rasdeps}
Libs: -L${libdir} -lpmemobj
Libs.private: -ldl
Expand Down
2 changes: 1 addition & 1 deletion utils/libpmempool.pc.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ includedir=${prefix}/include
Name: libpmempool
Description: libpmempool library from PMDK project
Version: ${version}
URL: https://pmem.io/pmdk
URL: https://github.com/pmem/pmdk
Requires.private: libpmem${rasdeps}
Libs: -L${libdir} -lpmempool
Libs.private: -ldl
Expand Down
4 changes: 2 additions & 2 deletions utils/pkg-config.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# SPDX-License-Identifier: BSD-3-Clause
# Copyright 2014-2020, Intel Corporation
# Copyright 2014-2024, Intel Corporation

# Name of package
PACKAGE_NAME="pmdk"
Expand All @@ -14,4 +14,4 @@ PACKAGE_SUMMARY="Persistent Memory Development Kit"
PACKAGE_DESCRIPTION="The collection of libraries and utilities for Persistent Memory Programming"

# Website
PACKAGE_URL="https://pmem.io/pmdk"
PACKAGE_URL="https://github.com/pmem/pmdk"
2 changes: 1 addition & 1 deletion utils/pmdk.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Summary: __PACKAGE_SUMMARY__
Packager: __PACKAGE_MAINTAINER__
Group: __GROUP_SYS_LIBS__
License: __LICENSE__
URL: https://pmem.io/pmdk
URL: https://github.com/pmem/pmdk

Source0: %{name}-%{version}.tar.gz

Expand Down
97 changes: 0 additions & 97 deletions utils/run-doc-update.sh

This file was deleted.

0 comments on commit 5c36032

Please sign in to comment.